From a8bda725fb23ba1f8ac9150f245b90a25902ee8e Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 11 Dec 2020 14:37:32 +1100 Subject: [PATCH] corrected star of faces around the borders so valence of singularities now is correct --- .../algorithms/parametrization/tangent_field_operators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/parametrization/tangent_field_operators.h b/vcg/complex/algorithms/parametrization/tangent_field_operators.h index 5dd485b1..11a34442 100644 --- a/vcg/complex/algorithms/parametrization/tangent_field_operators.h +++ b/vcg/complex/algorithms/parametrization/tangent_field_operators.h @@ -1363,7 +1363,7 @@ public: std::vector > posVec; //SortedFaces(v,faces); face::Pos pos(v.cVFp(), v.cVFi()); - vcg::face::VFOrderedStarFF(pos, posVec); + vcg::face::VFOrderedStarFF(pos, posVec,true); int curr_dir=0; for (unsigned int i=0;i