Most efficient AABB - Ray intersection algorithm for input/output distance calculation
- by Tobbey
Thanks to the following thread :
most efficient AABB vs Ray collision algorithms
I have seen very fast algorithm for ray/AABB intersection point computation. Unfortunately, most of the recent algorithm are accelerated by omitting the "output" intersection point of the box.
In my application, I would interested in getting both the the distance…