-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
59 lines (59 loc) · 1.61 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"data": {
"cereal_class_version": 0,
"fog": {
"cereal_class_version": 0,
"color": {
"x": 0.5904761552810669,
"y": 0.1574603021144867,
"z": 0.1574603021144867
},
"density": 0.2199999988079071,
"height": 0.2199999988079071
},
"ssao": {
"cereal_class_version": 0,
"strength": 2.0,
"bias": 0.009999999776482582,
"radius": 0.20000000298023225,
"minDistance": 1.0,
"maxDistance": 3.0
},
"fxaa": {
"cereal_class_version": 0,
"enableFXAA": true,
"edgeThresholdMin": 0.031199999153614045,
"edgeThresholdMax": 0.125,
"subPixelQuality": 1.2000000476837159,
"iterations": 12
},
"bloom": {
"cereal_class_version": 0,
"colorWeights": {
"x": 0.2125999927520752,
"y": 0.7152000069618225,
"z": 0.0722000002861023
},
"strength": 0.4000000059604645,
"gradientStrength": 0.05000000819563866,
"maxBrightnessExtraction": 5.0
},
"tonemapping": {
"cereal_class_version": 0,
"tonemappingFunction": 7,
"exposure": 1.0470000505447388,
"enableVignette": true,
"vignetteIntensity": 0.13899999856948853,
"enableLensDistortion": true,
"lensDistortionIntensity": -0.04899999871850014,
"lensDistortionCubicIntensity": -0.23399999737739564,
"screenScale": 0.9879999756813049,
"enableToneAdjustments": true,
"brightness": 0.014999999664723874,
"contrast": 1.0399999618530274,
"saturation": 0.8899999856948853,
"vibrance": 0.9599999785423279,
"hue": 0.0
}
}
}