- changed function names according to the new vcglib syntax

This commit is contained in:
Guido Ranzuglia granzuglia 2012-10-19 10:19:37 +00:00
parent 14a2b0793b
commit a9684ff345

View File

@ -121,7 +121,7 @@ bool ExtraSamplePlugin::applyFilter(QAction */*filter*/, MeshDocument &md, RichP
// to access to the parameters of the filter dialog simply use the getXXXX function of the FilterParameter Class
if(par.getBool("UpdateNormals"))
vcg::tri::UpdateNormals<CMeshO>::PerVertexNormalizedPerFace(m);
vcg::tri::UpdateNormal<CMeshO>::PerVertexNormalizedPerFace(m);
vcg::tri::UpdateBounding<CMeshO>::Box(m);