gkjohnson / three-bvh-csg

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

Hollow ops optimization #170

Closed gkjohnson closed 1 year ago

gkjohnson commented 1 year ago

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