also displaying the inventory control type next to "Bin Fill" in the inventory summary and added a fallback to display the inventory in the bin using the basic grain fill when there are no nodes to be able to render the heatmaps, also adjusted the brightness and colour of the basic grain fill

This commit is contained in:
csawatzky 2026-06-16 12:40:07 -06:00
parent 370134a401
commit a4ed52db1e
5 changed files with 61 additions and 36 deletions

View file

@ -414,8 +414,6 @@ export default function bin3dVisualizer(props: Props){
showMoistureHeatmap={showMoistureHeatmap}
showTemp={showTemp && showLabels}
showMoisture={showMoisture && showLabels}
// showGrain={showFill}
// showHotspots={showHotspots}
xOffset={isMobile ? undefined : -120}
/>
{isMobile ? mobileHUD() : desktopHUD()}