dilevin / computer-graphics-bounding-volume-hierarchy

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

Allowed to use helper functions? #101

Open shaibalmuhtadee opened 1 month ago

shaibalmuhtadee commented 1 month ago

For AABBTree_ray_intersect.cpp can we write a helper function outside of the required bool AABBTree::ray_intersect() function that we can call to do recursive preorder dfs?

Zhecheng-Wang commented 1 month ago

Sure, feel free to define helper functions.