diff --git a/src/components/GenericShape.tsx b/src/components/GenericShape.tsx index 8d0b3417..28183bb1 100644 --- a/src/components/GenericShape.tsx +++ b/src/components/GenericShape.tsx @@ -52,6 +52,7 @@ export function ShapeTexture({ clonedMaterial.map = texture; clonedMaterial.transparent = true; clonedMaterial.alphaTest = 0.9; + clonedMaterial.side = 2; // DoubleSide return clonedMaterial; }, [material, texture, isOrganic]);