- changed function names according to the new vcglib syntax

This commit is contained in:
Guido Ranzuglia granzuglia 2012-10-19 09:57:07 +00:00
parent ef94cb7238
commit d62aed330d

View File

@ -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");