commented the part that set as border the non manifold vertex
This commit is contained in:
parent
33bab2157f
commit
fe7565ad2a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue