gkjohnson / three-bvh-csg

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

Hollow Subtraction Regression v0.0.12 #179

Closed jteppinette closed 8 months ago

jteppinette commented 8 months 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 8 months ago

Please provide a JS Fiddle demonstrating the issue.

gkjohnson commented 8 months ago

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