mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
updated calls to append::mesh
This commit is contained in:
parent
b7d12e4af8
commit
d00c157c86
@ -404,7 +404,7 @@ bool MlsPlugin::applyFilter(QAction* filter, MeshDocument& md, RichParameterSet&
|
||||
MeshModel* ref = par.getMesh("ControlMesh");
|
||||
pPoints = new MeshModel();
|
||||
pPoints->updateDataMask(ref);
|
||||
vcg::tri::Append<CMeshO,CMeshO>::Mesh(pPoints->cm, ref->cm, false, true); // the last true means "copy all vertices"
|
||||
vcg::tri::Append<CMeshO,CMeshO>::Mesh(pPoints->cm, ref->cm); // the last true means "copy all vertices"
|
||||
vcg::tri::UpdateBounding<CMeshO>::Box(pPoints->cm);
|
||||
pPoints->cm.Tr = ref->cm.Tr;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user