From 70e4bc027d41689d212be09b1bc1e396f48661bf Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Mon, 22 Oct 2012 09:51:08 +0000 Subject: [PATCH] - changed function names according to the new vcglib syntax (WARNING! filter_csg still doesn't compile cause of extended_marching_cubes inside vcglib) --- src/meshlabplugins/filter_csg/filter_csg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_csg/filter_csg.cpp b/src/meshlabplugins/filter_csg/filter_csg.cpp index 7495750e5..de85a5962 100644 --- a/src/meshlabplugins/filter_csg/filter_csg.cpp +++ b/src/meshlabplugins/filter_csg/filter_csg.cpp @@ -179,7 +179,7 @@ bool FilterCSG::applyFilter(QAction *filter, MeshDocument &md, RichParameterSet Log(0, "Done"); vcg::tri::UpdateBounding::Box(mesh->cm); - vcg::tri::UpdateNormals::PerFaceFromCurrentVertexNormal(mesh->cm); + vcg::tri::UpdateNormal::PerFaceFromCurrentVertexNormal(mesh->cm); } return true;