- line 152 changed call intersection to IntersectionPlaneTriangle because changing in function's name

This commit is contained in:
Nico Pietroni 2007-04-10 22:46:57 +00:00
parent 5644153c35
commit 058eed2f38
1 changed files with 4 additions and 1 deletions

View File

@ -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