From 3a6031554b038120dc6dce3fa32f8281bf5f75dc Mon Sep 17 00:00:00 2001 From: granzuglia Date: Mon, 22 Oct 2012 12:11:49 +0000 Subject: [PATCH] - updated file according to new vcglib syntax --- vcg/complex/algorithms/update/curvature_fitting.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/algorithms/update/curvature_fitting.h b/vcg/complex/algorithms/update/curvature_fitting.h index 055e2fa5..4e8caf58 100644 --- a/vcg/complex/algorithms/update/curvature_fitting.h +++ b/vcg/complex/algorithms/update/curvature_fitting.h @@ -236,8 +236,8 @@ class Quadric vcg::tri::UpdateTopology::VertexFace(m); - vcg::tri::UpdateNormals::PerVertexAngleWeighted(m); - vcg::tri::UpdateNormals::NormalizeVertex(m); + vcg::tri::UpdateNormal::PerVertexAngleWeighted(m); + vcg::tri::UpdateNormal::NormalizePerVertex(m); VertexIterator vi;