From fe7565ad2a36cd2961133fa7e185ed15cb13e170 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Tue, 23 Jul 2013 11:20:44 +0000 Subject: [PATCH] commented the part that set as border the non manifold vertex --- vcg/complex/algorithms/update/flag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/algorithms/update/flag.h b/vcg/complex/algorithms/update/flag.h index 0238e286..7f7d5f61 100644 --- a/vcg/complex/algorithms/update/flag.h +++ b/vcg/complex/algorithms/update/flag.h @@ -326,11 +326,11 @@ public: { if(pe-ps==1) { ps->f->SetB(ps->z); - } else + } /*else if(pe-ps!=2) { // Caso complex!! for(;ps!=pe;++ps) ps->f->SetB(ps->z); // Si settano border anche i complex. - } + }*/ ps = pe; } if(pe==e.end()) break;