bvh
bvh copied to clipboard
Other traversal types
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.
An aabb intersection algorithm that returned all hits would be a great addition ;-)
See my answer to issue #33