alecjacobson / computer-graphics-bounding-volume-hierarchy

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

point_triangle_squared_distance function in point_triangle_squared_distances.cpp not being used at all. #14

Closed velociraptor111 closed 6 years ago

velociraptor111 commented 6 years ago

It seems like function 'point_triangle_squared_distance' is not used anywhere in the code to produce correct results .. Also a closed issue mentioned once that this requirement was not on the README section part of the document, could it be that students don't need to use this function at all?

https://github.com/alecjacobson/computer-graphics-bounding-volume-hierarchy/issues/10#issue-367023147

WilsonWangTHU commented 6 years ago

Hi @velociraptor111 ,

Do you know what should the students do in the end?

thx in advance ;P

velociraptor111 commented 6 years ago

@WilsonWangTHU Yeah the prof mentioned in class that we don't necessarily have to use this function .. But we still have to implement it though and do our own testing as it will be graded

WilsonWangTHU commented 6 years ago

thanks @velociraptor111 ;P