gkjohnson / three-bvh-csg

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

Hollow ops optimization #170

Closed gkjohnson closed 11 months ago

gkjohnson commented 11 months ago

Skip the second triangle additions when only hollow ops are used as an optimization. Related to #162