BVHs, Line x Box Intersection, Convex Hulls

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



Duration: 36:06
48 views
1


Last time we talked about BVH acceleration structures, today we talked about AABBs (Axis Aligned Bounding Boxes) and OBBs (Oriented Bounding Boxes), and the math needed to do a traceline hit between a line and a BVH nested AABB data structure.

We finished by talking about convex hulls, and how they're used for slower but higher accuracy collision and traceline hits.







Tags:
is50b
aabb
obb
bvh
line vs box intersection
traceline
linetrace