mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Adjust defaults to Maya Values
This commit is contained in:
parent
96fefa32c0
commit
66cce36da5
1 changed files with 9 additions and 9 deletions
|
|
@ -502,21 +502,21 @@
|
|||
"twoSidedLighting": true,
|
||||
"lineAAEnable": true,
|
||||
"ssaoEnable": true,
|
||||
"ssaoAmount": 0,
|
||||
"ssaoRadius": 0,
|
||||
"ssaoFilterRadius": 1,
|
||||
"ssaoSamples": 8,
|
||||
"ssaoAmount": 1,
|
||||
"ssaoRadius": 16,
|
||||
"ssaoFilterRadius": 16,
|
||||
"ssaoSamples": 16,
|
||||
"hwFogEnable": true,
|
||||
"hwFogFalloff": "0",
|
||||
"hwFogStart": 0,
|
||||
"hwFogEnd": 0,
|
||||
"hwFogEnd": 100,
|
||||
"hwFogAlpha": 0,
|
||||
"hwFogColorR": 0,
|
||||
"hwFogColorG": 0,
|
||||
"hwFogColorB": 0,
|
||||
"hwFogColorR": 1.0,
|
||||
"hwFogColorG": 1.0,
|
||||
"hwFogColorB": 1.0,
|
||||
"motionBlurEnable": true,
|
||||
"motionBlurSampleCount": 8,
|
||||
"motionBlurShutterOpenFraction": 0.01,
|
||||
"motionBlurShutterOpenFraction": 0.2,
|
||||
"cameras": false,
|
||||
"clipGhosts": false,
|
||||
"controlVertices": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue