[Closed] How to split/separate a single ShapeGeometry into individual Geometries base on faces?

So, just out of curiousity, I’ve looked for a library that can do boolean operations on polygons and found polybooljs.
If you work with Three.js, it doesn’t mean that you have to do all the things with it. There are many good stuff around :slight_smile:

I wrote a simple example of using polybooljs + Three.js:

https://jsfiddle.net/prisoner849/g3qdz90r/

5 Likes