commented the part that set as border the non manifold vertex

This commit is contained in:
Nico Pietroni 2013-07-23 11:20:44 +00:00
parent 33bab2157f
commit fe7565ad2a
1 changed files with 2 additions and 2 deletions

View File

@ -326,11 +326,11 @@ public:
{
if(pe-ps==1) {
ps->f->SetB(ps->z);
} else
} /*else
if(pe-ps!=2) { // Caso complex!!
for(;ps!=pe;++ps)
ps->f->SetB(ps->z); // Si settano border anche i complex.
}
}*/
ps = pe;
}
if(pe==e.end()) break;