Mountain_Grid
Server/World/Default/Zones/Noise/Zone1/Heightmaps/Mountain_Grid.json, 511 B
Fields
| Field | Type |
|---|---|
Type | string |
Noise | array[2] |
Factors | array[2] |
Source
{
"Type": "SUM",
"Noise": [
{
"Seed": "MountainGrid",
"NoiseType": "DISTANCE",
"Distance2Mode": "MIN",
"CellType": "HEX",
"Jitter": 0.5,
"Scale": 0.001,
"Density": [0, 0.5],
"DistanceRange": [5, 10],
"Normalize": [0, 1]
},
{
"Seed": "MountainGrid",
"NoiseType": "DISTANCE",
"Distance2Mode": "MIN",
"CellType": "HEX",
"Jitter": 1,
"Scale": 0.005,
"Normalize": [0, 1]
}
],
"Factors": [1, 1]
}