gkjohnson / three-bvh-csg

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

TriangleSplitter: Handle the 3-intersection case #110

Closed gkjohnson closed 1 year ago

gkjohnson commented 1 year ago

https://github.com/gkjohnson/three-bvh-csg/blob/5655b2a55d7ee9108d7d65935ae37ea85a9109fd/src/core/TriangleSplitter.js#L481

gkjohnson commented 1 year ago

TODO