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

nodes/boolean.json (391B)

 1 {
 2  "name": "Boolean",
 3  "type": "boolean",
 4  "inputs": 2,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "With", "type": "text", "default": "" },
 9   { "name": "Operation", "type": "choice:Union,Intersect,Subtract", "default": "Union" },
10   { "name": "Voxel Size", "type": "slider", "default": "0.05", "min": 0.005, "max": 1.0, "step": 0.005 }
11  ]
12 }