Added comment to voronoi parameter

This commit is contained in:
Paolo Cignoni 2013-12-20 11:46:50 +00:00
parent 2df9b39d16
commit e4311e9d5a
1 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,9 @@ struct VoronoiProcessingParameter
bool preserveFixedSeed; /// If true the 'fixed' seeds are not moved during relaxation.
/// \see FixVertexVector function to see how to fix a set of seeds.
bool triangulateRegion;
bool triangulateRegion; /// If true when building the voronoi diagram mesh each region is a
/// triangulated polygon. Otherwise it each voronoi region is a star
/// triangulation with the original seed in the center.
bool collapseShortEdge;
float collapseShortEdgePerc;