gable-roof back

This commit is contained in:
wass08
2026-02-02 14:48:36 +09:00
parent 4f75c9b750
commit 05ce0323e2
2 changed files with 251 additions and 63 deletions
@@ -15,7 +15,7 @@ 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="lightgray" />
<meshStandardMaterial color="white" />
<mesh name="collision-mesh" {...handlers} visible={false}>
<boxGeometry args={[0, 0, 0]} />
</mesh>