axom
axom copied to clipboard
BVH query tolerance should be relative to either the AABB bounds or the total "scene" bounds
Currently, the BVH has a default tolerance or the caller can set a tolerance in an ad hoc way.
@mclarsen suggests that a better approach may be to set the tolerance relative to the AABB or perhaps the total "scene" bounds, i.e., bounds of the root BVH bin (?)
This is a good idea. We should address this when needed.