-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLivelyProperties.json
79 lines (79 loc) · 1.26 KB
/
LivelyProperties.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
{
"label1": {
"type": "label",
"value": "Simulation"
},
"scale1": {
"max": 2,
"min": 0,
"step": 0.01,
"text": "Size1",
"type": "slider",
"value": 0.61
},
"scale2": {
"max": 2,
"min": 0,
"step": 0.01,
"text": "Size2",
"type": "slider",
"value": 0.57
},
"iter": {
"max": 10,
"min": 0,
"text": "Iter",
"type": "slider",
"value": 5
},
"brightness": {
"max": 1,
"min": 0,
"step": 0.01,
"text": "Brightness",
"type": "slider",
"value": 1
},
"densityColor": {
"text": "Density Color",
"type": "color",
"value": "#87b0b7"
},
"fogColor": {
"text": "Fog Color",
"type": "color",
"value": "#0f1c1c"
},
"fog": {
"type": "checkbox",
"value": true,
"text": "Show Fog"
},
"mouseClick": {
"type": "checkbox",
"value": false,
"text": "Mouse Click"
},
"label2": {
"type": "label",
"value": "Performance"
},
"displayScaling": {
"max": 1,
"min": 0.1,
"step": 0.01,
"text": "Scaling",
"type": "slider",
"value": 0.25
},
"fpsLock": {
"type": "checkbox",
"value": true,
"text": "24FPS Lock"
},
"debug": {
"type": "checkbox",
"value": false,
"text": "Debug"
}
}