diff --git a/vcg/complex/algorithms/update/curvature.h b/vcg/complex/algorithms/update/curvature.h index c2cac5c0..b842011e 100644 --- a/vcg/complex/algorithms/update/curvature.h +++ b/vcg/complex/algorithms/update/curvature.h @@ -126,7 +126,7 @@ public: assert(tri::HasPerFaceVFAdjacency(m) && tri::HasPerVertexVFAdjacency(m)); - vcg::tri::UpdateNormals::PerVertexNormalized(m); + vcg::tri::UpdateNormal::PerVertexNormalized(m); VertexIterator vi; for (vi =m.vert.begin(); vi !=m.vert.end(); ++vi) { @@ -411,7 +411,7 @@ public: SimpleTempData TDAreaPtr(m.vert); SimpleTempData TDContr(m.vert); - vcg::tri::UpdateNormals::PerVertexNormalized(m); + vcg::tri::UpdateNormal::PerVertexNormalized(m); //Compute AreaMix in H (vale anche per K) for(vi=m.vert.begin(); vi!=m.vert.end(); ++vi) if(!(*vi).IsD()) {