mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Remove flags
This commit is contained in:
parent
f43042eb16
commit
38522154e7
2 changed files with 1 additions and 33 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue