Add hardware fog keys to Schema

This commit is contained in:
Allan Ihsan 2022-06-21 16:06:53 +03:00
parent 3178b4bfb9
commit 569d7c98fc

View file

@ -224,6 +224,42 @@
"key": "twoSidedLighting",
"label": "Two Sided Lighting"
},
{
"type": "splitter"
},
{
"type": "boolean",
"key": "hwFogEnable",
"label": "Enable Hardware Fog"
},
{
"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": "number",
"key": "hwFogFalloff",
"label": "Hardware Fog Falloff"
},
{
"type": "number",
"key": "hwFogDensity",
"label": "Hardware Fog Density"
},
{
"type": "splitter"
},
{
"type": "boolean",
"key": "ssaoEnable",