mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Corrected the computation of low frequencies
This commit is contained in:
parent
6d4f926636
commit
87f31c6066
@ -223,7 +223,8 @@ void FilterScanMergingPlugin::toLowFreq(vector<Point3f>* vert, int numOfIteratio
|
||||
}
|
||||
if (act == 1) return;
|
||||
else {
|
||||
vert[0] = vert[1];
|
||||
for (int i = 0; i < vert[0].size(); i++)
|
||||
vert[0][i] = vert[1][i];
|
||||
// tri::Append<CMeshO, CMeshO>::Mesh(m[0], m[1]);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user