From d62aed330dc5deb4e7b511de2c6115f4d50134bc Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Fri, 19 Oct 2012 09:57:07 +0000 Subject: [PATCH] - changed function names according to the new vcglib syntax --- src/meshlabplugins/io_gts/io_gts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/io_gts/io_gts.cpp b/src/meshlabplugins/io_gts/io_gts.cpp index 7907927ec..0ba174605 100644 --- a/src/meshlabplugins/io_gts/io_gts.cpp +++ b/src/meshlabplugins/io_gts/io_gts.cpp @@ -86,7 +86,7 @@ bool GtsIOPlugin::open(const QString &formatName, const QString &fileName, MeshM vcg::tri::UpdateBounding::Box(m.cm); // updates bounding box if (!normalsUpdated) - vcg::tri::UpdateNormals::PerVertex(m.cm); // updates normals + vcg::tri::UpdateNormal::PerVertex(m.cm); // updates normals if (cb != NULL) (*cb)(99, "Done");