graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/camera.json (689B)
1 {
2 "name": "Camera",
3 "type": "camera",
4 "inputs": 0,
5 "outputs": 0,
6 "params": [
7 {
8 "name": "Position",
9 "type": "float3",
10 "default": "2.50:1.80:2.50",
11 "min": -10.0,
12 "max": 10.0
13 },
14 {
15 "name": "Rotation",
16 "type": "float3",
17 "default": "0.00:0.00:0.00",
18 "min": -180.0,
19 "max": 180.0
20 },
21 {
22 "name": "Pivot",
23 "type": "float3",
24 "default": "0.00:0.00:0.00",
25 "min": -10.0,
26 "max": 10.0
27 },
28 {
29 "name": "Square Aspect",
30 "type": "toggle",
31 "default": "false"
32 },
33 {
34 "name": "Show Camera Pivot",
35 "type": "toggle",
36 "default": "false"
37 }
38 ]
39 }