Selaa lähdekoodia

bams-componentwise defaults to #f

David Rose 23 vuotta sitten
vanhempi
sitoutus
ce9e04c99a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      panda/src/pgraph/config_pgraph.cxx

+ 1 - 1
panda/src/pgraph/config_pgraph.cxx

@@ -112,7 +112,7 @@ const bool compose_componentwise = config_pgraph.GetBool("compose-componentwise"
 // transforms always, even if they were stored as matrix transforms.
 // transforms always, even if they were stored as matrix transforms.
 // This works around old versions of the egg loader that only stored
 // This works around old versions of the egg loader that only stored
 // matrix transforms.
 // matrix transforms.
-const bool bams_componentwise = config_pgraph.GetBool("bams-componentwise", true);
+const bool bams_componentwise = config_pgraph.GetBool("bams-componentwise", false);
 
 
 // Set this false to disable TransparencyAttrib::M_dual altogether
 // Set this false to disable TransparencyAttrib::M_dual altogether
 // (and use M_alpha in its place).
 // (and use M_alpha in its place).