From 90217d66c4203472014962aec22e72bc0325506a Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 4 Jun 2007 06:45:05 +0000 Subject: [PATCH] Replaced call to old StarSize method with NumberOfIncidentFaces --- vcg/complex/trimesh/clean.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/clean.h b/vcg/complex/trimesh/clean.h index bd545262..4ddd22de 100644 --- a/vcg/complex/trimesh/clean.h +++ b/vcg/complex/trimesh/clean.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.51 2007/03/27 09:23:32 cignoni +added honoring of selected flag for flipmesh + Revision 1.50 2007/03/12 15:38:03 tarini Texture coord name change! "TCoord" and "Texture" are BAD. "TexCoord" is GOOD. @@ -602,7 +605,7 @@ private: face::VFIterator vfi(&*vi); face::Pos pos((*vi).VFp(), &*vi); - starSizeFF = pos.StarSize(); + starSizeFF = pos.NumberOfIncidentFaces(); starSizeVF = 0; while(!vfi.End())