2-sided organic material

This commit is contained in:
bmathews 2025-11-30 16:41:41 -08:00
parent 27663875ea
commit ebd8f8039d

View file

@ -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]);