bvh icon indicating copy to clipboard operation
bvh copied to clipboard

Other traversal types

Open madmann91 opened this issue 5 years ago • 2 comments

As it stands now, there's only one traversal algorithm. I'd like to implement the following algorithms:

  • A frustum-based ray traversal algorithm,
  • A aligned/oriented bounding-box intersection algorithm,
  • A BVH/BVH intersection algorithm.
  • Closest point detection.

madmann91 avatar Feb 22 '21 13:02 madmann91

An aabb intersection algorithm that returned all hits would be a great addition ;-)

OptimisticMonkey avatar Apr 09 '21 15:04 OptimisticMonkey

See my answer to issue #33

madmann91 avatar Apr 09 '21 23:04 madmann91