three-bvh-csg icon indicating copy to clipboard operation
three-bvh-csg copied to clipboard

Missing Triangle

Open gkjohnson opened this issue 3 years ago • 2 comments

In the hierarchy demo.

image

gkjohnson avatar Sep 07 '22 03:09 gkjohnson

Hi, I tried several changes, but if I set the width of the first frame from 2 to 2.1, the issue disappears. I don't understand why, but can it be a solution?

AngyDev avatar Sep 16 '22 08:09 AngyDev

This issue is a bit trickier - adjusting the geometry itself could avoid the problem but ideally the CSG operations should never result in a mesh hole regardless of the shape. So there's something going on in the numerical robustness or something of the CSG computations. I'd like to get #68 and #51 going to help make it easier to track these issues down and fix them.

gkjohnson avatar Sep 18 '22 16:09 gkjohnson