mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 17:44:36 +00:00
added removal of unreferenced vertieces in the cleaning process
This commit is contained in:
parent
d2d0153bf1
commit
f1a515cdba
@ -488,6 +488,7 @@ bool EpochModel::BuildMesh(CMeshO &m, int subsampleFactor, int minCount, float m
|
||||
}
|
||||
}
|
||||
|
||||
tri::Clean<CMeshO>::RemoveUnreferencedVertex(m);
|
||||
int ttt6=clock();
|
||||
if(logFP) fprintf(logFP,"**** Buildmesh: Deleting skewed %i\n",ttt6-ttt5);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user