dilevin / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
6 stars 5 forks source link

Priority Queue BFS for AABB Ray Intersect? #60

Open pjsmith97 opened 4 years ago

pjsmith97 commented 4 years ago

I'm a little confused on the directions laid out in the assignment sheet as well as partly the textbook. I've been hearing that we use priority queue and BFS for some distance searching algorithm, but I'm not sure if this is referring to the distance algorithms, the ray intersect for AABB, or both.