-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
83 lines (83 loc) · 1.58 KB
/
config.json
File metadata and controls
83 lines (83 loc) · 1.58 KB
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
{
"loader": {
"filePattern": "(${i})",
"folder": "./images/",
"maxImages": 500,
"maxConsecutiveFails": 10,
"supportedExtensions": [".jpg", ".jpeg", ".png", ".webp", ".gif", ".bmp"]
},
"performance": {
"autoScale": true,
"maxPhotos": 50,
"quality": "auto",
"targetFPS": 60,
"minFPS": 30
},
"particles": {
"tree": {
"count": 1500,
"treeHeight": 24,
"treeRadius": 8
},
"dust": {
"count": 2000,
"enabled": true
},
"snow": {
"count": 1000,
"enabled": true,
"fallSpeedMin": 0.1,
"fallSpeedMax": 0.3,
"swaySpeed": 0.05
}
},
"gestures": {
"fist": {
"threshold": 1.5,
"description": "握拳变成树"
},
"pinch": {
"threshold": 0.35,
"description": "捏合聚焦照片"
},
"open": {
"threshold": 1.7,
"description": "张开散开照片"
},
"smoothing": 0.3,
"cooldownMs": 500
},
"camera": {
"fov": 42,
"near": 0.1,
"far": 1000,
"defaultZ": 50
},
"colors": {
"background": "0x050d1a",
"fog": "0x050d1a",
"champagneGold": "0xffd966",
"deepGreen": "0x03180a",
"accentRed": "0x990000"
},
"postprocessing": {
"bloom": {
"enabled": true,
"threshold": 0.65,
"strength": 0.5,
"radius": 0.4
},
"toneMappingExposure": 2.2
},
"audio": {
"enabled": true,
"autoplay": true,
"defaultVolume": 0.5,
"fadeIn": true,
"fadeInDuration": 2000,
"sources": [
"./music/christmas.mp3",
"./music/christmas.ogg"
]
}
}