Intersection Testing

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=gpFWAwbgItM



Duration: 43:45
40 views
2


I found some code online that does oriented bounding box collision testing, and then I did an easy implementation of a line versus an AABB (axis aligned bounding box).


While a very easy algorithm to write and understand, this is the basis for a lot of acceleration structures that allow raytracing to execute quickly. RTX video cards essentially accelerate this function very quickly and in parallel.







Tags:
is50b
intersection testing
AABB
oriented bounding box
line box intersection