-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults.json
62 lines (62 loc) · 1.39 KB
/
defaults.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
{
"sunny": {
"Precipitation": {
"numDrops": 0
},
"CloudLayer": {
"coverage": 0
},
"LevelInfo": {
"fogDensity": 0.003
},
"ScatterSky": {
"shadowSoftness": 0.2,
"colorize": [0.439216, 0.580392, 0.72549, 1],
"sunScale": [0.996078, 0.901961, 0.831373, 1],
"ambientScale": [0.545098, 0.545098, 0.54902, 1],
"fogScale": [0.580392, 0.792157, 0.996078, 1]
},
"ForestWindEmitter": {
"strength": 0.5
}
},
"rainy": {
"Precipitation": {
"numDrops": 200
},
"CloudLayer": {
"coverage": 1
},
"LevelInfo": {
"fogDensity": 0.005
},
"ScatterSky": {
"shadowSoftness": 1,
"colorize": [0.427451, 0.427451, 0.427451, 1],
"sunScale": [0.686275, 0.686275, 0.686275, 1],
"ambientScale": [0.545098, 0.545098, 0.54902, 1],
"fogScale": [0.756863, 0.760784, 0.760784, 1]
},
"ForestWindEmitter": {
"strength": 1.5
}
},
"cloudy": {
"CloudLayer": {
"coverage": 1
},
"LevelInfo": {
"fogDensity": 0.005
},
"ScatterSky": {
"shadowSoftness": 1,
"colorize": [0.427451, 0.427451, 0.427451, 1],
"sunScale": [0.686275, 0.686275, 0.686275, 1],
"ambientScale": [0.545098, 0.545098, 0.54902, 1],
"fogScale": [0.756863, 0.760784, 0.760784, 1]
},
"ForestWindEmitter": {
"strength": 1.5
}
}
}