Browse Source

disable egg-flatten-radius by default

David Rose 20 years ago
parent
commit
f8d209d90c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg2pg/config_egg2pg.cxx

+ 1 - 1
panda/src/egg2pg/config_egg2pg.cxx

@@ -52,7 +52,7 @@ ConfigVariableBool egg_flatten
           "extra nodes may have a small impact on render performance)."));
           "extra nodes may have a small impact on render performance)."));
 
 
 ConfigVariableDouble egg_flatten_radius
 ConfigVariableDouble egg_flatten_radius
-("egg-flatten-radius", 5.0,
+("egg-flatten-radius", 0.0,
  PRC_DESC("This specifies the minimum cull radius in the egg file.  Nodes "
  PRC_DESC("This specifies the minimum cull radius in the egg file.  Nodes "
           "whose bounding volume is smaller than this radius will be "
           "whose bounding volume is smaller than this radius will be "
           "flattened tighter than nodes larger than this radius, to "
           "flattened tighter than nodes larger than this radius, to "