Append AA flag as schema key.

This commit is contained in:
Allan Ihsan 2022-06-23 12:31:50 +03:00
parent ea6b098bb2
commit f5e3f56981

View file

@ -233,6 +233,14 @@
{
"type": "splitter"
},
{
"type": "boolean",
"key": "lineAAEnable",
"label": "Enable Anti-Aliasing"
},
{
"type": "splitter"
},
{
"type": "boolean",
"key": "ssaoEnable",
@ -313,7 +321,10 @@
{
"type": "number",
"key": "motionBlurShutterOpenFraction",
"label": "Shutter Open Fraction"
"label": "Shutter Open Fraction",
"decimal": 3,
"minimum": 0.01,
"maximum": 32
},
{
"type": "splitter"