corrected call to new function Name IntersectionRayBox
This commit is contained in:
parent
7c89077eb7
commit
ac4a79bc8f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue