Skip to content

Instantly share code, notes, and snippets.

@kchapelier
Created November 11, 2018 15:24
Show Gist options
  • Save kchapelier/f0e5741103160c1f7f89b8eb4a14e1a1 to your computer and use it in GitHub Desktop.
Save kchapelier/f0e5741103160c1f7f89b8eb4a14e1a1 to your computer and use it in GitHub Desktop.
generate-normal-example.tx.json
{
"version": 1,
"board": {
"position": [
150,
82
]
},
"nodes": {
"95237962DF2C1C2922AEE8E8B8D92E1": {
"type": "image",
"position": [
159,
121
],
"params": {
"type": 1
}
},
"B69CB7BCB1CFBF39F3FBDC1BBE3AC49": {
"type": "height-to-normal",
"position": [
650,
125
],
"params": {
"intensity": 2,
"fineDetails": 0.5,
"format": 0
}
},
"9C5620BDDCFC34E9D2F420A58A8D1BB": {
"type": "grayscale-conversion",
"position": [
405,
123
],
"params": {
"type": 2,
"weights": [
0.33,
0.33,
0.33
],
"normalizeWeights": true
}
}
},
"connections": {
"2F56D8B613504EEACE8CA288C2247E8": {
"fromUuid": "95237962DF2C1C2922AEE8E8B8D92E1",
"fromParam": "output",
"toUuid": "9C5620BDDCFC34E9D2F420A58A8D1BB",
"toParam": "input"
},
"9CF10081429F52CB25303AA7D7CF31F": {
"fromUuid": "9C5620BDDCFC34E9D2F420A58A8D1BB",
"fromParam": "output",
"toUuid": "B69CB7BCB1CFBF39F3FBDC1BBE3AC49",
"toParam": "input"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment