From fc53797ed2ecbc93cdd49c3d031043d4f8010799 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Tue, 13 Dec 2011 10:12:42 +0000 Subject: [PATCH] comments... --- src/common/meshmodel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/meshmodel.h b/src/common/meshmodel.h index 65ed5e771..f1952b9c1 100644 --- a/src/common/meshmodel.h +++ b/src/common/meshmodel.h @@ -119,8 +119,8 @@ class CFaceO : public vcg::Face< CUsedTypesO, class CMeshO : public vcg::tri::TriMesh< vcg::vertex::vector_ocf, vcg::face::vector_ocf > { public : - int sfn; //The number of selected faces. - int svn; //The number of selected faces. + int sfn; //The number of selected faces. + int svn; //The number of selected vertices. vcg::Matrix44f Tr; // Usually it is the identity. It is applied in rendering and filters can or cannot use it. (most of the filter will ignore this) const vcg::Box3f &trBB()