Remove keys that fail.

This commit is contained in:
Allan Ihsan 2022-06-22 17:35:51 +03:00
parent 82909fe976
commit 137ef3e22b
2 changed files with 0 additions and 44 deletions

View file

@ -501,13 +501,7 @@
"textures": true,
"twoSidedLighting": true,
"ssaoEnable": true,
"ssaoFilterRadius": 0,
"ssaoSamples": 0,
"fogging": true,
"hwFogFalloff": "0",
"hwFogStart": 0,
"hwFogEnd": 0,
"hwFogAlpha": 0,
"cameras": false,
"clipGhosts": false,
"controlVertices": false,

View file

@ -238,16 +238,6 @@
"key": "ssaoEnable",
"label": "Screen Space Ambient Occlusion"
},
{
"type": "number",
"key": "ssaoFilterRadius",
"label": "SSAO Filter Radius"
},
{
"type": "number",
"key": "ssaoSamples",
"label": "SSAO Samples"
},
{
"type": "splitter"
},
@ -256,34 +246,6 @@
"key": "fogging",
"label": "Enable Hardware Fog"
},
{
"type": "enum",
"key": "hwFogFalloff",
"label": "Hardware Fog Falloff",
"enum_items": [
{ "0": "Linear"},
{ "1": "Exponential"},
{ "2": "Exponential Squared"}
]
},
{
"type": "number",
"key": "hwFogStart",
"label": "Hardware Fog Start"
},
{
"type": "number",
"key": "hwFogEnd",
"label": "Hardware Fog End"
},
{
"type": "number",
"key": "hwFogAlpha",
"label": "Hardware Fog Alpha"
},
{
"type": "splitter"
},
{
"type": "splitter"
},