Browse Source

don't consider fans by default

David Rose 20 years ago
parent
commit
e83efe66cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg/config_egg.cxx

+ 1 - 1
panda/src/egg/config_egg.cxx

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