- line 152 changed call intersection to IntersectionPlaneTriangle because changing in function's name
This commit is contained in:
parent
5644153c35
commit
058eed2f38
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.8 2006/01/19 14:06:37 spinelli
|
||||||
add std:: namespace...
|
add std:: namespace...
|
||||||
|
|
||||||
|
@ -146,7 +149,7 @@ bool Intersection( /*TriMeshType & m, */
|
||||||
{
|
{
|
||||||
face.SetS();
|
face.SetS();
|
||||||
v.push_back(&face);
|
v.push_back(&face);
|
||||||
if(vcg::Intersection(pl,face,seg))// intersezione piano triangolo
|
if(vcg::IntersectionPlaneTriangle(pl,face,seg))// intersezione piano triangolo
|
||||||
{
|
{
|
||||||
face.SetS();
|
face.SetS();
|
||||||
// add to em
|
// add to em
|
||||||
|
|
Loading…
Reference in New Issue