Cutting Mesh with another Mesh

Hi Everyone, this is my first question in here
Before I dive into Babylonjs, I want to clarify what I am able to do with it
My question is;
Is it possible to cut a mesh with another mesh.
I am planning a platform where user can rotate, translate objects
And when user put the x custom mesh on to another bigger y mesh
I want to cut the x mesh with y mesh.
Is this possible? if so can you give me some directions please
Thanks in advance and best regards

1 Like

Sounds like you’re talking about boolean operations, you can do it with CSG,

some links for ref:

3 Likes

Thanks for your super fast reply, It is great to hear that. I will check it out.
Thanks again
Best Regards

3 Likes