-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExDTutorialBaseball.ini
96 lines (96 loc) · 1.52 KB
/
ExDTutorialBaseball.ini
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
{
"shadows": false,
"antiAliasing": false,
"ssao": false,
"ssaoDisplay": false,
"ssaoClamp": "0.94",
"ssaoLumInfluence": "1",
"rgbCurve": {
"red": [
[
0,
0
],
[
0.410400390625,
0.4481201171875
],
[
0.761962890625,
0.7957763671875
],
[
1,
1
]
],
"green": [
[
0,
0
],
[
0.261962890625,
0.2801513671875
],
[
0.718994140625,
0.7371826171875
],
[
1,
1
]
],
"blue": [
[
0,
0
],
[
0.265869140625,
0.2606201171875
],
[
0.840087890625,
0.7645263671875
],
[
1,
1
]
]
},
"levelsInBlack": "0.09",
"levelsInGamma": 0.52,
"levelsInWhite": "0.8",
"levelsOutBlack": 0,
"levelsOutWhite": 1,
"skyBox": "softgradient",
"sun": "",
"bloom": false,
"bloomStrength": "0.83",
"bloomRadius": "0.29",
"bloomThreshold": "0.91",
"fog": false,
"fogDensity": "0.02",
"fogColor": "#97a2af",
"pbrMaterial": false,
"shadowSettings": [
{
"lightName": "sun",
"mapSize": 4096,
"cameraBottom": -10,
"cameraLeft": -10,
"cameraRight": 10,
"cameraTop": 25,
"bias": 0.0003,
"radius": 1.2
}
],
"dynamicEnvMap": false,
"verticalFOV": 60,
"nearClippingDistance": 0.15,
"farClippingDistance": 100,
"showCameraHelper": false
}