gkjohnson / three-bvh-csg

A flexible, memory compact, fast and dynamic CSG implementation on top of three-mesh-bvh
MIT License
604 stars 46 forks source link

TriangleSplitter: Enable symmetrical clipping along connected edges #51

Open gkjohnson opened 2 years ago

gkjohnson commented 2 years ago

Related to #49

Requirements

Approach

Notes

agviegas commented 2 years ago

Hey, we are offering a bounty of $500 for this issue. Whoever solves it, will get that money. 😎

gkjohnson commented 12 months ago

See approach from paper in #97 which may help limit the amount of unnecessary inserted edge vertices on clipping.