Re: Intersection of two triangles
Posted by philjord on Aug 21, 2017; 12:41am
URL: https://forum.jogamp.org/Intersection-of-two-triangles-tp4038124p4038159.html
No,
The BHTree internal classes do the sub space division/search work, and they are used by the picking/collision code internally.
But there is nothing to automatically sub divide large meshes.
So I think you will be best to just convert it, given that the picking/collision doesn't generate the right sort of return results.