You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing CSG it's best to have a minimal amount of triangles to intersect. With CSG operations some planar surfaces may have complex triangulations with internal vertices. The utility should use the half edge map to determine coplanar triangle connectedness, derive outside the outside loop, and retopologize using the three.js Earcut functionality.
The text was updated successfully, but these errors were encountered:
When performing CSG it's best to have a minimal amount of triangles to intersect. With CSG operations some planar surfaces may have complex triangulations with internal vertices. The utility should use the half edge map to determine coplanar triangle connectedness, derive outside the outside loop, and retopologize using the three.js Earcut functionality.
The text was updated successfully, but these errors were encountered: