dilevin / computer-graphics-bounding-volume-hierarchy

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

Using point squared distance in ray intersect #47

Open Olivia-Roscoe opened 4 years ago

Olivia-Roscoe commented 4 years ago

Are we supposed to use point_AABBTree_squared_distance in AABBTree_ray_intersect for the priority queue instead of implementing it like the textbook?

honglin-c commented 4 years ago

No. :)