bring back ground occluder

This commit is contained in:
wass08
2026-03-11 07:47:10 +01:00
parent 30b9e3ccb2
commit 918ec46a93
2 changed files with 10 additions and 9 deletions
@@ -239,6 +239,7 @@ export const ZoneRenderer = ({ node }: { node: ZoneNode }) => {
rotation={[-Math.PI / 2, 0, 0]}
material={floorMaterial}
name="floor"
layers={2}
>
<shapeGeometry args={[floorShape]} />
</mesh>