Merge algorithm

Hey there! does anyone knows what algorithm use three.js to merge objects?

It’s not really a specific algorithm, so much as just adding one group of triangles to another. Three.js does not do Constructive Solid Geometry (CSG) or boolean operations, for example.

Here is the code:

2 Likes