Remove flags

This commit is contained in:
Allan Ihsan 2022-06-22 16:45:51 +03:00
parent f43042eb16
commit 38522154e7
2 changed files with 1 additions and 33 deletions

View file

@ -496,25 +496,18 @@
"override_viewport_options": true,
"displayLights": "default",
"textureMaxResolution": 1024,
"lineAAEnable": true,
"multiSample": 4,
"shadows": true,
"textures": true,
"twoSidedLighting": true,
"ssaoEnable": true,
"ssaoAmount": 0,
"ssaoFilterRadius": 0,
"ssaoRadius": 0,
"ssaoSamples": 0,
"hwFogEnable": true,
"fogging": true,
"hwFogFalloff": "0",
"hwFogStart": 0,
"hwFogEnd": 0,
"hwFogAlpha": 0,
"hwFogDensity": 0,
"motionBlurEnable": true,
"motionBlurShutterOpenFraction": 0,
"motionBlurSampleCount": 0,
"cameras": false,
"clipGhosts": false,
"controlVertices": false,

View file

@ -204,11 +204,6 @@
{
"type": "splitter"
},
{
"type": "boolean",
"key": "lineAAEnable",
"label": "Smooth Wireframe"
},
{
"type": "number",
"key": "multiSample",
@ -243,21 +238,11 @@
"key": "ssaoEnable",
"label": "Screen Space Ambient Occlusion"
},
{
"type": "number",
"key": "ssaoAmount",
"label": "SSAO Amount"
},
{
"type": "number",
"key": "ssaoFilterRadius",
"label": "SSAO Filter Radius"
},
{
"type": "number",
"key": "ssaoRadius",
"label": "SSAO Radius"
},
{
"type": "number",
"key": "ssaoSamples",
@ -296,19 +281,9 @@
"key": "hwFogAlpha",
"label": "Hardware Fog Alpha"
},
{
"type": "number",
"key": "hwFogDensity",
"label": "Hardware Fog Density"
},
{
"type": "splitter"
},
{
"type": "number",
"key": "motionBlurShutterOpenFraction",
"label": "Shutter Open Fraction"
},
{
"type": "splitter"
},