Browse Source

bams-componentwise defaults to #f

David Rose 23 years ago
parent
commit
ce9e04c99a
1 changed files with 1 additions and 1 deletions
  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.
 // This works around old versions of the egg loader that only stored
 // 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
 // (and use M_alpha in its place).