From ac4a79bc8f8f2cfac9719130175205f2035d9b60 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 21 Apr 2010 17:22:39 +0000 Subject: [PATCH] corrected call to new function Name IntersectionRayBox --- vcg/space/index/space_iterators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/space/index/space_iterators.h b/vcg/space/index/space_iterators.h index 8b74603a..ef2b17ae 100644 --- a/vcg/space/index/space_iterators.h +++ b/vcg/space/index/space_iterators.h @@ -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)