corrected call to new function Name IntersectionRayBox

This commit is contained in:
Nico Pietroni 2010-04-21 17:22:39 +00:00
parent 7c89077eb7
commit ac4a79bc8f
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ namespace vcg{
Si.IPiToPf(CurrentCell+vcg::Point3i(1,1,1),bb_current.max);
CoordType inters;
Intersection_Ray_Box(bb_current,r,inters);
IntersectionRayBox(bb_current,r,inters);
ScalarType testmax_dist=(inters-r.Origin()).Norm();
if (testmax_dist>max_dist)