From 785378035f891f76d321e3a66fc4e958c86e1314 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 12 Aug 2005 22:38:28 +0000 Subject: [PATCH] turn off hardware-animated-vertices again, until driver issues with regards to auto-normalize-lighting can be worked around --- panda/src/gobj/config_gobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/gobj/config_gobj.cxx b/panda/src/gobj/config_gobj.cxx index 3a815f4340..1f1f3ea29b 100644 --- a/panda/src/gobj/config_gobj.cxx +++ b/panda/src/gobj/config_gobj.cxx @@ -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. "