9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/generators/smooth-dunes.json
Brian Fopiano 751652aef2 d
d
2021-06-08 17:02:56 -07:00

28 lines
601 B
JSON

{
"interpolator": {
"function": "BILINEAR_STARCAST_6",
"horizontalScale": 15
},
"seed": 133434,
"composite": [
{
"seed": 2343,
"style": {
"style": "SIMPLEX",
"zoom": 2.2
},
"exponent": 0.5,
"opacity": 1.0
},
{
"seed": 23432,
"style": {
"style": "FRACTAL_BILLOW_SIMPLEX"
},
"exponent": 1.9,
"zoom": 0.8,
"negative": true,
"opacity": 0.5
}
]
}