axom icon indicating copy to clipboard operation
axom copied to clipboard

BVH query tolerance should be relative to either the AABB bounds or the total "scene" bounds

Open gzagaris opened this issue 4 years ago • 1 comments

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 (?)

gzagaris avatar Apr 09 '20 15:04 gzagaris

This is a good idea. We should address this when needed.

kennyweiss avatar Nov 22 '21 22:11 kennyweiss