From a9684ff3451d145cfe0bb811b00469bd87fcab0a Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Fri, 19 Oct 2012 10:19:37 +0000 Subject: [PATCH] - changed function names according to the new vcglib syntax --- src/sampleplugins/samplefilter/samplefilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sampleplugins/samplefilter/samplefilter.cpp b/src/sampleplugins/samplefilter/samplefilter.cpp index 640775ea7..6729b2f69 100644 --- a/src/sampleplugins/samplefilter/samplefilter.cpp +++ b/src/sampleplugins/samplefilter/samplefilter.cpp @@ -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::PerVertexNormalizedPerFace(m); + vcg::tri::UpdateNormal::PerVertexNormalizedPerFace(m); vcg::tri::UpdateBounding::Box(m);