- removed compiler time error from TestIntersection to TestFaceFaceIntersection
This commit is contained in:
parent
2aa57698ad
commit
0edde01197
|
@ -407,7 +407,7 @@ namespace vcg {
|
||||||
for(it = this->AdjacencyRing().begin();it!= this->AdjacencyRing().end();++it)
|
for(it = this->AdjacencyRing().begin();it!= this->AdjacencyRing().end();++it)
|
||||||
{
|
{
|
||||||
if(!(*it)->IsD())
|
if(!(*it)->IsD())
|
||||||
if( tri::Clean<MESH>::TestIntersection(&(*f),*it))
|
if( tri::Clean<MESH>::TestFaceFaceIntersection(&(*f),*it))
|
||||||
{
|
{
|
||||||
this->e0.f->FFp(this->e0.z)= this->e0.f;
|
this->e0.f->FFp(this->e0.z)= this->e0.f;
|
||||||
this->e0.f->FFi(this->e0.z)=a1;
|
this->e0.f->FFi(this->e0.z)=a1;
|
||||||
|
|
Loading…
Reference in New Issue