From feeec9f979ae2dbd5ac7740f93c1cecc4437637f Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 8 Oct 2012 09:12:21 +0000 Subject: [PATCH] Updated to reflect the naming changes in updateNormals --- vcg/complex/algorithms/clean.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/clean.h b/vcg/complex/algorithms/clean.h index d3077cd5..c6e419c5 100644 --- a/vcg/complex/algorithms/clean.h +++ b/vcg/complex/algorithms/clean.h @@ -1317,7 +1317,7 @@ private: if(m.vert.empty()) return false; tri::UpdateNormals::PerVertexAngleWeighted(m); - tri::UpdateNormals::NormalizeVertex(m); + tri::UpdateNormals::NormalizePerVertex(m); std::vector< VertexPointer > minVertVec; std::vector< VertexPointer > maxVertVec;