Skip to content

Instantly share code, notes, and snippets.

@kchapelier
Created October 2, 2019 21:19
Show Gist options
  • Save kchapelier/1aee699e10d3595445840db1675da508 to your computer and use it in GitHub Desktop.
Save kchapelier/1aee699e10d3595445840db1675da508 to your computer and use it in GitHub Desktop.
Graph.ical example
{
"version": 6,
"board": {
"position": [
458,
128
]
},
"parametersShown": "1390BEE8B2ECBCBAC83E0424A97DF65",
"previewShown": null,
"nodes": {
"D4E539497B403BA927BB27BC3B59253": {
"type": "gradient-noise-fractal",
"position": [
25,
225
],
"params": {
"minOctave": 3,
"maxOctave": 4,
"direction": 1,
"lacunarity": 2,
"smoothness": 0.312,
"remapping": 0.25,
"seed": 26400,
"displacementAngle": 4.57077,
"displacementAmount": 0.255,
"displacementSmoothing": 0.056,
"weightReduction": 0.156,
"peak": 0
}
},
"1390BEE8B2ECBCBAC83E0424A97DF65": {
"type": "fix-mask",
"position": [
575,
225
],
"params": {
"threshold": 0.519,
"softness": 0
}
},
"547CCE11FB0FE13B54A075683472293": {
"type": "warp",
"position": [
300,
225
],
"params": {
"intensity": 0.325
}
}
},
"connections": {
"BF4ED57F3732D8E869DD91A0BACFCBF": {
"fromUuid": "D4E539497B403BA927BB27BC3B59253",
"fromParam": "output",
"toUuid": "547CCE11FB0FE13B54A075683472293",
"toParam": "input"
},
"18E8687363517A19554382AECF2432E": {
"fromUuid": "547CCE11FB0FE13B54A075683472293",
"fromParam": "output",
"toUuid": "1390BEE8B2ECBCBAC83E0424A97DF65",
"toParam": "input"
},
"87EE28C2444D5F69E42AD422394467F": {
"fromUuid": "D4E539497B403BA927BB27BC3B59253",
"fromParam": "output",
"toUuid": "547CCE11FB0FE13B54A075683472293",
"toParam": "intensity"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment