gkjohnson / three-bvh-csg

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

Bring the triangle clipping / intersection functions into this repo #70

Closed gkjohnson closed 1 year ago

gkjohnson commented 2 years ago

Bring the functions into this repo from three-mesh-bvh so we can more easily iterate on and instrument them with debug information until the missing triangle issues become more stable. See here.