wall cutout

This commit is contained in:
wass08
2026-02-03 13:45:56 +09:00
parent a15952055a
commit b27f44d685
3 changed files with 67 additions and 1 deletions
@@ -15,7 +15,6 @@ export const WallRenderer = ({ node }: { node: WallNode }) => {
<mesh ref={ref} castShadow receiveShadow visible={node.visible}>
{/* WallSystem will replace this geometry in the next frame */}
<boxGeometry args={[0, 0, 0]} />
<meshStandardMaterial color="white" />
<mesh name="collision-mesh" {...handlers} visible={false}>
<boxGeometry args={[0, 0, 0]} />
</mesh>