Subtract/Cut one mesh with another

Is there some way to subtract one mesh from another? I have seen Mesh.MergeMeshes for joining, but no boolean subtraction.

1 Like

Yes we can :smiley:

Name of the feature is CSG (constructive solid geometries):
https://www.babylonjs-playground.com/#T6NP3F#0

2 Likes