corrected star of faces around the borders so valence of singularities now is correct

This commit is contained in:
nico 2020-12-11 14:37:32 +11:00
parent 0a0a06268f
commit a8bda725fb
1 changed files with 1 additions and 1 deletions

View File

@ -1363,7 +1363,7 @@ public:
std::vector<face::Pos<FaceType> > posVec;
//SortedFaces(v,faces);
face::Pos<FaceType> 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<posVec.size();i++)