alecjacobson / computer-graphics-bounding-volume-hierarchy

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

point_box_squared_distance #17

Closed AbdallaGomaa closed 6 years ago

AbdallaGomaa commented 6 years ago

If a point is inside a box, should we return 0 or the distance to the closest face?