-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
100 lines (100 loc) · 3.36 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"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": 1,
"colorWeights": {
"x": 0.2125999927520752,
"y": 0.7152000069618225,
"z": 0.0722000002861023
},
"strength": 0.5,
"gradientStrength": 0.05000000074505806,
"maxBrightnessExtraction": 5.0,
"filterRadius": 0.004999999888241291
},
"tonemapping": {
"cereal_class_version": 5,
"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.0,
"contrast": 1.2000000476837159,
"saturation": 0.8399999737739563,
"vibrance": 0.9599999785423279,
"hue": 0.0,
"enablePixelization": true,
"minPixelSize": 2.009999990463257,
"maxPixelSize": 4.010000228881836,
"pixelizationLevels": 8.0,
"pixelizationDepthBias": 20.0,
"enablePalette": true,
"ditherAmount": 0.15000000596046449,
"paletteAmount": 0.800000011920929,
"palette": {
"value0": {
"x": 0.47058823704719546,
"y": 0.47058823704719546,
"z": 0.47058823704719546,
"w": 1.0
},
"value1": {
"x": 0.0235294122248888,
"y": 0.0235294122248888,
"z": 0.0235294122248888,
"w": 1.0
},
"value2": {
"x": 0.3686274588108063,
"y": 0.16862745583057404,
"z": 0.08627451211214066,
"w": 1.0
},
"value3": {
"x": 0.6745098233222961,
"y": 0.07058823853731156,
"z": 0.07058823853731156,
"w": 1.0
},
"value4": {
"x": 0.05882352963089943,
"y": 0.05882352963089943,
"z": 0.05882352963089943,
"w": 1.0
}
}
}
}
}