From bdc74ae3b40d25c8c6b8a3828f76b5b7f478c5f3 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 20 Apr 2010 00:59:38 +0000 Subject: [PATCH] uniformed to the new intersection naming schemas --- 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 b68716ed..8b74603a 100644 --- a/vcg/space/index/space_iterators.h +++ b/vcg/space/index/space_iterators.h @@ -210,7 +210,7 @@ namespace vcg{ if (Si.bbox.IsIn(r.Origin())) start=r.Origin(); else - if (!(vcg::Intersection_Ray_Box(Si.bbox,r,start))){ + if (!(vcg::IntersectionRayBox(Si.bbox,r,start))){ end=true; return; }