disable hardware_animated_vertices for now

This commit is contained in:
David Rose 2005-07-07 00:03:39 +00:00
parent 7a249dde55
commit 18f7fa0d2e

View File

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