How to perform Boolean shearing on two meshes?

I wonder if it is possible to do a Boolean clipping on two intersecting grids in Babylon, as shown below, using a plane to cut a portion of the ellipse?


https://www.babylonjs-playground.com/#LXZPJK#785

hi
you can use csg

https://doc.babylonjs.com/api/classes/babylon.csg

https://www.babylonjs-playground.com/#T6NP3F#0
https://www.babylonjs-playground.com/#LXZPJK#787

5 Likes

Thank you very much for your answer, I think I can try to do more things :咧着嘴笑:

2 Likes