uniformed to the new intersection naming schemas

This commit is contained in:
Paolo Cignoni 2010-04-20 00:59:38 +00:00
parent 8a47aaf62f
commit bdc74ae3b4
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ namespace vcg{
if (Si.bbox.IsIn(r.Origin()))
start=r.Origin();
else
if (!(vcg::Intersection_Ray_Box<ScalarType>(Si.bbox,r,start))){
if (!(vcg::IntersectionRayBox<ScalarType>(Si.bbox,r,start))){
end=true;
return;
}