forked from mirrors/0ad
Adds GPU skinning to the options page.
This commit is contained in:
@@ -186,6 +186,15 @@
|
||||
"dependencies": [{ "config": "rendererbackend", "op": "!=", "value": "glarb" }],
|
||||
"config": "fog"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "GPU skinning",
|
||||
"tooltip": "Use GPU to update geometry for animated models. It reduces a CPU load during rendering especially on a modern hardware.",
|
||||
"dependencies": [
|
||||
{ "config": "rendererbackend", "op": "!=", "value": "glarb" }
|
||||
],
|
||||
"config": "gpuskinning"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Post-processing",
|
||||
|
||||
Reference in New Issue
Block a user