mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
turn off hardware-animated-vertices again, until driver issues with regards to auto-normalize-lighting can be worked around
This commit is contained in:
parent
dd5cbd1b63
commit
785378035f
@ -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. "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user