From fe50d90e8a35c3fb716f5b7bdd90f70d43dfaf4a Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Mon, 22 Oct 2012 08:04:55 +0000 Subject: [PATCH] - updated to new vcglib syntax --- src/sampleplugins/sample_xmlfilter/sample_xmlfilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sampleplugins/sample_xmlfilter/sample_xmlfilter.cpp b/src/sampleplugins/sample_xmlfilter/sample_xmlfilter.cpp index 208e0f54f..80a0690d0 100644 --- a/src/sampleplugins/sample_xmlfilter/sample_xmlfilter.cpp +++ b/src/sampleplugins/sample_xmlfilter/sample_xmlfilter.cpp @@ -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::PerVertexNormalizedPerFace(m.cm); + vcg::tri::UpdateNormal::PerVertexNormalizedPerFace(m.cm); vcg::tri::UpdateBounding::Box(m.cm);