Browse Source

disable hardware_animated_vertices for now

David Rose 20 years ago
parent
commit
18f7fa0d2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/config_gobj.cxx

+ 1 - 1
panda/src/gobj/config_gobj.cxx

@@ -98,7 +98,7 @@ ConfigVariableBool display_lists
           "on dynamic geometry (e.g. soft-skinned animation)."));
           "on dynamic geometry (e.g. soft-skinned animation)."));
 
 
 ConfigVariableBool hardware_animated_vertices
 ConfigVariableBool hardware_animated_vertices
-("hardware-animated-vertices", true,
+("hardware-animated-vertices", false,
  PRC_DESC("Set this true to allow the transforming of soft-skinned "
  PRC_DESC("Set this true to allow the transforming of soft-skinned "
           "animated vertices via hardware, if supported, or false always "
           "animated vertices via hardware, if supported, or false always "
           "to perform the vertex animation via software within Panda.  "
           "to perform the vertex animation via software within Panda.  "