changed the heatmap limit to use the grain height

This commit is contained in:
csawatzky 2026-04-30 09:42:02 -06:00
parent b1c676987e
commit 874be1d8b7
3 changed files with 489 additions and 525 deletions

View file

@ -79,9 +79,9 @@ export default function BaseMesh(props: BaseMeshProps) {
};
return (
<group position={position} rotation={rotation} renderOrder={renderOrder}>
<group position={position} rotation={rotation}>
{/* Main surface */}
<mesh geometry={geometry} onClick={onClick}>
<mesh geometry={geometry} onClick={onClick} renderOrder={renderOrder}>
{buildMaterial()}
</mesh>