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;