gkjohnson / three-bvh-csg

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

Hollow Subtraction Regression v0.0.12 #179

Closed jteppinette closed 1 year ago

jteppinette commented 1 year ago

When using HOLLOW_SUBTRACTION on v0.0.12 I am seeing a regression (from v0.0.11). My result seems to have a much larger bounding box. I am assuming there are some floating vertices somewhere.

I can diagnose more in a bit, but wanted to go ahead and add this.

gkjohnson commented 1 year ago

Please provide a JS Fiddle demonstrating the issue.

gkjohnson commented 1 year ago

We can reopen when there's a demonstration of the problem.