default scale top grid ceiling for viewer

This commit is contained in:
wass08
2026-02-25 09:28:47 +09:00
parent 31927da543
commit 8a0c7d31cc
@@ -55,7 +55,7 @@ export const CeilingRenderer = ({ node }: { node: CeilingNode }) => {
<mesh ref={ref} material={ceilingBottomMaterial}> <mesh ref={ref} material={ceilingBottomMaterial}>
{/* CeilingSystem will replace this geometry in the next frame */} {/* CeilingSystem will replace this geometry in the next frame */}
<boxGeometry args={[0, 0, 0]} /> <boxGeometry args={[0, 0, 0]} />
<mesh name="ceiling-grid" material={ceilingTopMaterial} {...handlers} visible={false}> <mesh name="ceiling-grid" material={ceilingTopMaterial} {...handlers} visible={false} scale={0}>
<boxGeometry args={[0, 0, 0]} /> <boxGeometry args={[0, 0, 0]} />
</mesh> </mesh>
{node.children.map((childId) => ( {node.children.map((childId) => (