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

nodes/transform.json (259B)

 1 {
 2   "name": "Transform",
 3   "type": "transform",
 4   "inputs": 1,
 5   "outputs": 1,
 6   "params": [
 7     { "name": "Input", "default": "", "type": "text" },
 8     { "name": "Translation", "default": "0.00:0.00:0.00", "type": "float3", "min": -10.0, "max": 10.0 }
 9   ]
10 }