mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 10:34:41 +00:00
- changed function names according to the new vcglib syntax
This commit is contained in:
parent
ef94cb7238
commit
d62aed330d
@ -86,7 +86,7 @@ bool GtsIOPlugin::open(const QString &formatName, const QString &fileName, MeshM
|
||||
|
||||
vcg::tri::UpdateBounding<CMeshO>::Box(m.cm); // updates bounding box
|
||||
if (!normalsUpdated)
|
||||
vcg::tri::UpdateNormals<CMeshO>::PerVertex(m.cm); // updates normals
|
||||
vcg::tri::UpdateNormal<CMeshO>::PerVertex(m.cm); // updates normals
|
||||
|
||||
if (cb != NULL)
|
||||
(*cb)(99, "Done");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user