Shape extrusion test | Babylon.js Playground
Hello! Trying to use CSG2
with two ExtrudeShape
meshes but getting strange result (Check playground). What am i doing wrong? If i use meshes created using createBox
everything is working.
Shape extrusion test | Babylon.js Playground
Hello! Trying to use CSG2
with two ExtrudeShape
meshes but getting strange result (Check playground). What am i doing wrong? If i use meshes created using createBox
everything is working.
Hello
Several things are wrong here :
sideOrientation: BABYLON.Mesh.DOUBLESIDE
because of the render being weirdly open like so :closeShape: true
in the MeshBuilder.ExtrudeShape
Thank you for your quick response and analysis!
Shape extrusion test | Babylon.js Playground