From 00a32329164e88258753d30ca90384db5e9b42a6 Mon Sep 17 00:00:00 2001 From: granzuglia Date: Thu, 4 Jan 2018 15:43:57 +1100 Subject: [PATCH] - fixed compile time error. From tri::Distortion::Folded(*rm) to tri::Distortion::FoldedNum(*rm) --- vcg/complex/algorithms/parametrization/voronoi_atlas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/parametrization/voronoi_atlas.h b/vcg/complex/algorithms/parametrization/voronoi_atlas.h index 489d1513..345c5399 100644 --- a/vcg/complex/algorithms/parametrization/voronoi_atlas.h +++ b/vcg/complex/algorithms/parametrization/voronoi_atlas.h @@ -197,7 +197,7 @@ public: CollectUVBorder(rm,uvBorder); meshRegionVec.push_back(rm); uvBorders.push_back(uvBorder); - int foldedCnt = tri::Distortion::Folded(*rm); + int foldedCnt = tri::Distortion::FoldedNum(*rm); if( foldedCnt > rm->fn/10) { badRegionVec.push_back(rm);