mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-09-22 13:01:12 +03:00
36 lines
609 B
JSON
36 lines
609 B
JSON
{
|
|
"superclass": "mindustry.graphics.g3d.HexMesh",
|
|
"divisions": {
|
|
"type": "int",
|
|
"default": "1"
|
|
},
|
|
"octaves": {
|
|
"type": "double",
|
|
"default": "1"
|
|
},
|
|
"persistence": {
|
|
"type": "double",
|
|
"default": "0.5"
|
|
},
|
|
"scl": {
|
|
"type": "double",
|
|
"default": "1"
|
|
},
|
|
"pow": {
|
|
"type": "double",
|
|
"default": "1"
|
|
},
|
|
"mag": {
|
|
"type": "double",
|
|
"default": "0.5"
|
|
},
|
|
"colorScale": {
|
|
"type": "float",
|
|
"default": "1"
|
|
},
|
|
"colors": {
|
|
"type": "arc.graphics.Color[]",
|
|
"doc": "Color gradient, indexed by noise height. Required - no default."
|
|
}
|
|
}
|