Browse Source

egg-emulate-bface should default to true

David Rose 14 years ago
parent
commit
b1822b4930
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

@@ -155,7 +155,7 @@ ConfigVariableInt egg_max_indices
           "added to any one GeomPrimitive by the egg loader."));
 
 ConfigVariableBool egg_emulate_bface
-("egg-emulate-bface", false,
+("egg-emulate-bface", true,
  PRC_DESC("When this is true, the bface flag applied to a polygon will "
           "cause two different polygons to be created, back-to-back.  When "
           "it is false, a single polygon will be created with the two_sided "