瀏覽代碼

bams-componentwise defaults to #f

David Rose 23 年之前
父節點
當前提交
ce9e04c99a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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).