-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
45 lines (45 loc) · 1.34 KB
/
settings.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
{
"terrain": {
"profiles": {
"Hello": {
"frequency": 0.518797,
"height": 12,
"maxAmplitude": 1.0,
"noiseType": 0,
"octaves": 3,
"persistence": 0.263158,
"redistribution": 1.0,
"seed": 1,
"subdivisionHeight": 10,
"subdivisionWidth": 10,
"width": 12
},
"Hello New": {
"frequency": 0.518797,
"height": 12,
"maxAmplitude": 1.0,
"noiseType": 0,
"octaves": 8,
"persistence": 0.293233,
"redistribution": 5.899999999999996,
"seed": 1,
"subdivisionHeight": 198,
"subdivisionWidth": 198,
"width": 12
},
"Large Test Map": {
"frequency": 0.278196,
"height": 66,
"maxAmplitude": 1.015038,
"noiseType": 0,
"octaves": 8,
"persistence": 0.293233,
"redistribution": 4.6000000000000005,
"seed": 0,
"subdivisionHeight": 279,
"subdivisionWidth": 279,
"width": 66
}
}
}
}