Browse Source

uniquify-transforms

David Rose 17 years ago
parent
commit
2ca487c417
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

@@ -195,7 +195,7 @@ ConfigVariableBool state_cache
           "transform-cache."));
           "transform-cache."));
 
 
 ConfigVariableBool uniquify_transforms
 ConfigVariableBool uniquify_transforms
-("uniquify-transforms", false,
+("uniquify-transforms", true,
  PRC_DESC("Set this true to ensure that equivalent TransformStates "
  PRC_DESC("Set this true to ensure that equivalent TransformStates "
           "are pointerwise equal.  This may improve caching performance, "
           "are pointerwise equal.  This may improve caching performance, "
           "but also adds additional overhead to maintain the cache, "
           "but also adds additional overhead to maintain the cache, "