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
|
{
"preset": "Mountain",
"remembered": {
"Mountain": {
"0": {
"zoomFactor": 80,
"scalingFactor": 2.9,
"scalingType": "EXPONENTIAL",
"autoRotate": false,
"waterHeight": 4,
"snowHeightThreshold": 16,
"showWireframe": false
}
},
"Flat": {
"0": {
"zoomFactor": 100,
"scalingFactor": 2.5,
"scalingType": "EXPONENTIAL",
"autoRotate": false,
"waterHeight": 3,
"snowHeightThreshold": 15,
"showWireframe": false
}
},
"Dense": {
"0": {
"zoomFactor": 45,
"scalingFactor": 2.8,
"scalingType": "EXPONENTIAL",
"autoRotate": false,
"waterHeight": 3,
"snowHeightThreshold": 15,
"showWireframe": false
}
},
"Marsh": {
"0": {
"zoomFactor": 55,
"scalingFactor": 2.5,
"scalingType": "LINEAR",
"autoRotate": false,
"waterHeight": 3,
"snowHeightThreshold": 15,
"showWireframe": false
}
}
},
"closed": false,
"folders": {}
}
|