don't consider fans by default

This commit is contained in:
David Rose 2006-03-28 05:38:06 +00:00
parent ff18df1947
commit e83efe66cd
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ ConfigVariableBool egg_subdivide_polys
"Geom implementation, this happens anyway."));
ConfigVariableBool egg_consider_fans
("egg-consider-fans", true,
("egg-consider-fans", false,
PRC_DESC("Set this true to enable the egg mesher to consider making "
"triangle fans out of triangles that are connected at a common "
"vertex. This may help if your scene involves lots of such "