From 058eed2f38f805c3d6859f77c6bc5bae10042d34 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Tue, 10 Apr 2007 22:46:57 +0000 Subject: [PATCH] - line 152 changed call intersection to IntersectionPlaneTriangle because changing in function's name --- vcg/complex/intersection.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/intersection.h b/vcg/complex/intersection.h index ca6c6a4c..68550a5e 100644 --- a/vcg/complex/intersection.h +++ b/vcg/complex/intersection.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.9 2007/01/03 15:51:28 pietroni +added initial define and included missing files + Revision 1.8 2006/01/19 14:06:37 spinelli add std:: namespace... @@ -146,7 +149,7 @@ bool Intersection( /*TriMeshType & m, */ { face.SetS(); v.push_back(&face); - if(vcg::Intersection(pl,face,seg))// intersezione piano triangolo + if(vcg::IntersectionPlaneTriangle(pl,face,seg))// intersezione piano triangolo { face.SetS(); // add to em