diff --git a/vcg/complex/trimesh/update/selection.h b/vcg/complex/trimesh/update/selection.h index cc0e479c..492a2007 100644 --- a/vcg/complex/trimesh/update/selection.h +++ b/vcg/complex/trimesh/update/selection.h @@ -193,6 +193,7 @@ static size_t FaceFromVertexStrict(MeshType &m) return selCnt; } +/// \brief Select all the faces with at least one selected vertex static size_t FaceFromVertexLoose(MeshType &m) { size_t selCnt=0;