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

Hierarchical Operations: Adding child operations to an existing operation does not behave as expected #114

Open gkjohnson opened 1 year ago

gkjohnson commented 1 year ago

ie they do not use the cached geometry after operation correctly. And the cached operation geometry is stored in world space - which may be an issue?