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

project.json (1.7K)

 1 {
 2   "name": "Default Project",
 3   "root": {
 4     "name": "root",
 5     "type": "node",
 6     "children": [
 7       {
 8         "name": "camera1",
 9         "type": "camera",
10         "children": [],
11         "params": [
12           {
13             "name": "Position",
14             "label": "",
15             "type": "float3",
16             "default": "2.50:1.80:2.50",
17             "options": [],
18             "min": -10.0,
19             "max": 10.0,
20             "step": null
21           },
22           {
23             "name": "Rotation",
24             "label": "",
25             "type": "float3",
26             "default": "24.81:-80.35:0.00",
27             "options": [],
28             "min": -180.0,
29             "max": 180.0,
30             "step": null
31           },
32           {
33             "name": "Pivot",
34             "label": "",
35             "type": "float3",
36             "default": "0.00:0.00:0.00",
37             "options": [],
38             "min": -10.0,
39             "max": 10.0,
40             "step": null
41           }
42         ],
43         "position": [
44           1.0,
45           1.0
46         ]
47       },
48       {
49         "name": "sphere1",
50         "type": "sphere",
51         "position": [
52           4.0,
53           2.0
54         ],
55         "params": [
56           {
57             "name": "Radius",
58             "label": "",
59             "type": "slider",
60             "default": "0.5",
61             "options": [],
62             "min": null,
63             "max": null,
64             "step": null
65           }
66         ],
67         "children": []
68       }
69     ],
70     "params": [],
71     "position": [
72       0.0,
73       0.0
74     ]
75   },
76   "view_state": {
77     "active_camera": "camera1",
78     "pan": [
79       0.0,
80       122.9747
81     ],
82     "current_path": [],
83     "selected_node": null
84   }
85 }