For my application, I need to find all pairs with distance less than some
nonzero threshold.
Using gContactBreakingThreshold and
btCollisionObject::setContactProcessingThreshold, it's possible to configure
the narrowphase collision checking to return contact information for objects
that are not overlapping, but their distance is less than a threshold.
However, the broadphase algorithms don't use these parameters when doing aabb
tests.
Original issue reported on code.google.com by john.d.s...@gmail.com on 24 May 2013 at 12:53
Original issue reported on code.google.com by
john.d.s...@gmail.com
on 24 May 2013 at 12:53