Skip to content

Instantly share code, notes, and snippets.

@kchapelier
Created November 11, 2018 15:44
Show Gist options
  • Save kchapelier/c8cc088bdca781c421666656e0ea6723 to your computer and use it in GitHub Desktop.
Save kchapelier/c8cc088bdca781c421666656e0ea6723 to your computer and use it in GitHub Desktop.
combine-heightmaps.tx.json
{
"version": 1,
"board": {
"position": [
93,
78
]
},
"nodes": {
"7B00E487589BF40AE0B34A9B9369050": {
"type": "gradient-noise-fractal",
"position": [
50,
50
],
"params": {
"minOctave": 1,
"maxOctave": 4,
"direction": 0,
"lacunarity": 2,
"smoothness": 0.5,
"remapping": 0.25,
"seed": 0,
"displacementAngle": 0,
"displacementAmount": 0,
"displacementSmoothing": 0,
"weightReduction": 0.5,
"peak": 0
}
},
"955DC7696080ACF8CB05B83FFB289D8": {
"type": "gradient-noise-fractal",
"position": [
50,
200
],
"params": {
"minOctave": 0,
"maxOctave": 10,
"direction": 0,
"lacunarity": 2,
"smoothness": 0.119,
"remapping": 0.23,
"seed": 0,
"displacementAngle": 1.5708,
"displacementAmount": 0.533,
"displacementSmoothing": 0.043,
"weightReduction": 0.424,
"peak": 0
}
},
"A26C6AD4DF8D3E29EB63D32CBE6CA57": {
"type": "gradient-noise-fractal",
"position": [
50,
350
],
"params": {
"minOctave": 1,
"maxOctave": 9,
"direction": 1,
"lacunarity": 2,
"smoothness": 0.65,
"remapping": 0.16,
"seed": 0,
"displacementAngle": 3.82732,
"displacementAmount": 1,
"displacementSmoothing": 0.152,
"weightReduction": 0.524,
"peak": 0
}
},
"5273A1906A62819B089372F6D316E1A": {
"type": "channel-merge",
"position": [
325,
200
],
"params": {}
}
},
"connections": {
"C72BAB7D2BBB1F68A4E0B72B730B43A": {
"fromUuid": "7B00E487589BF40AE0B34A9B9369050",
"fromParam": "output",
"toUuid": "5273A1906A62819B089372F6D316E1A",
"toParam": "channel1"
},
"F618C15570F155F92394E568306B188": {
"fromUuid": "955DC7696080ACF8CB05B83FFB289D8",
"fromParam": "output",
"toUuid": "5273A1906A62819B089372F6D316E1A",
"toParam": "channel2"
},
"DF8675CCC808029B4EDE40D16F51DAA": {
"fromUuid": "A26C6AD4DF8D3E29EB63D32CBE6CA57",
"fromParam": "output",
"toUuid": "5273A1906A62819B089372F6D316E1A",
"toParam": "channel3"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment