git.lucas.co / cce-designer
graphic design tool
git clone https://git.lucas.co/cce-designer.git

nodes/normal.json (270B)

 1 {
 2  "name": "Normal",
 3  "type": "normal",
 4  "inputs": 1,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "Attribute", "type": "text", "default": "N" },
 9   { "name": "Flip", "type": "choice:false,true", "default": "false" }
10  ]
11 }