- updated to new vcglib syntax

This commit is contained in:
Guido Ranzuglia granzuglia 2012-10-22 08:04:55 +00:00
parent b0440890cb
commit fe50d90e8a

View File

@ -63,7 +63,7 @@ bool SampleXMLFilterPlugin::applyFilter( const QString& filterName,MeshDocument&
//// to access to the parameters of the filter dialog simply use the getXXXX function of the FilterParameter Class
if(env.evalBool("UpdateNormals"))
vcg::tri::UpdateNormals<CMeshO>::PerVertexNormalizedPerFace(m.cm);
vcg::tri::UpdateNormal<CMeshO>::PerVertexNormalizedPerFace(m.cm);
vcg::tri::UpdateBounding<CMeshO>::Box(m.cm);