Skip to content

Instantly share code, notes, and snippets.

@kchapelier
Last active November 11, 2018 16:27
Show Gist options
  • Save kchapelier/b70aef495c97e306291b35dd57d9ddb3 to your computer and use it in GitHub Desktop.
Save kchapelier/b70aef495c97e306291b35dd57d9ddb3 to your computer and use it in GitHub Desktop.
make-tileable.tx.json
{
"version": 1,
"board": {
"position": [
129,
76
]
},
"nodes": {
"C1F667EF7A0B0708BCCE0A6368C9CC9": {
"type": "image",
"position": [
131,
114
],
"params": {
"type": 1
}
},
"46F602FF9BE8B598B9E075885E8B694": {
"type": "make-tileable",
"position": [
356,
114
],
"params": {
"smoothness": 0.72,
"size": 0.5,
"perturbationIntensity": 0.6,
"gammaCorrection": 0
}
}
},
"connections": {
"87D25FE8DCCECA1BFB12ACFE0BE8D0B": {
"fromUuid": "C1F667EF7A0B0708BCCE0A6368C9CC9",
"fromParam": "output",
"toUuid": "46F602FF9BE8B598B9E075885E8B694",
"toParam": "input"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment