mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
small change to use standard update quality management functions.
This commit is contained in:
parent
7f0d51c0b3
commit
0dab1dc24a
@ -630,9 +630,8 @@ bool FilterZippering::applyFilter(QAction */*filter*/, MeshDocument &md, RichPar
|
||||
//Search for face on patch border
|
||||
vector< tri::Hole<CMeshO>::Info > ccons, ccons_a, ccons_b; //info (will contain info aboud borders of A and B)
|
||||
eps = a->cm.bbox.Diag() / 1000000;
|
||||
|
||||
for ( size_t i = 0; i < a->cm.face.size(); i ++ ) a->cm.face[i].Q() = 0.0;
|
||||
for ( size_t i = 0; i < b->cm.face.size(); i ++ ) b->cm.face[i].Q() = 1.0;
|
||||
tri::UpdateQuality<CMeshO>::FaceConstant(a->cm,0);
|
||||
tri::UpdateQuality<CMeshO>::FaceConstant(b->cm,0);
|
||||
|
||||
#ifdef PREERODE
|
||||
/* Pre-Erosion step (F.Ganovelli improvement)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user