I want to delete the “backside” from a box which I have create with: BABYLON.MeshBuilder.CreateBox().
So how do I delete faces from a mesh
.. THX
I want to delete the “backside” from a box which I have create with: BABYLON.MeshBuilder.CreateBox().
So how do I delete faces from a mesh
.. THX
Something like that - https://playground.babylonjs.com/#G8S898#1
Super cool .. thanks a lot !!!