a comment

This commit is contained in:
Paolo Cignoni 2010-10-01 21:37:55 +00:00
parent c77aeae697
commit 9df46522b2
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ static size_t FaceFromVertexStrict(MeshType &m)
return selCnt; return selCnt;
} }
/// \brief Select all the faces with at least one selected vertex
static size_t FaceFromVertexLoose(MeshType &m) static size_t FaceFromVertexLoose(MeshType &m)
{ {
size_t selCnt=0; size_t selCnt=0;