move zones to separate layers todo: fix hardcoded 2 and zone floor

This commit is contained in:
wass08
2026-03-11 07:47:10 +01:00
parent bc59752edb
commit 30b9e3ccb2
4 changed files with 60 additions and 8 deletions
@@ -84,7 +84,7 @@ const Viewer: React.FC<ViewerProps> = ({ children, selectionManager = 'default'
}}
camera={{ position: [50, 50, 50], fov: 50 }}
>
<AnimatedBackground isDark={theme === 'dark'} />
{/* <AnimatedBackground isDark={theme === 'dark'} /> */}
<GroundOccluder />
<ViewerCamera />