Hey,
I use a mesh representing an surface, defined with customMesh. I want to crop the part of this surfacic mesh which goes outside of a given solid defined by an extruded polygon.
I tried to do this using BABYLON.CSG, but my mesh is not a solid, only a surface, so iI does not work.
Do you know any method to crop a mesh given a closed mesh ?
thanks!