alecjacobson / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
125 stars 46 forks source link

Ray intersect not implemented for objects that are not AABB tree? #23

Closed christinekc closed 6 years ago

christinekc commented 6 years ago

The ray intersect method doesn't seem to be implemented for objects that are not AABB tree. How do we find t then if we get to a leaf node in the AABBTree::ray_intersect recursion? I have been stuck on this for days please help!