mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-11 04:54:06 +01:00
25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "Iso cube",
|
||
|
"tags": [],
|
||
|
"tooltip": "",
|
||
|
"location": ["3D", "3D"],
|
||
|
"sprPath": "./Iso cube.png",
|
||
|
"nodes": [
|
||
|
{ "id": "cube", "node": "Node_3D_Mesh_Cube", "x": 0, "y": 0 },
|
||
|
{ "id": "light", "node": "Node_3D_Light_Directional", "x": 0, "y": 160 },
|
||
|
{ "id": "scene", "node": "Node_3D_Scene", "x": 160, "y": 0 },
|
||
|
{ "id": "camera", "node": "Node_3D_Camera", "x": 320, "y": 0,
|
||
|
"setValues": [ { "index": "projection", "value": 1 },
|
||
|
{ "index": "orthographic_scale", "value": 0.5 },
|
||
|
{ "index": "postioning_mode", "value": 2 },
|
||
|
{ "index": "horizontal_angle", "value": 45 },
|
||
|
{ "index": "vertical_angle", "value": 30 }
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"connections": [
|
||
|
{ "from": "cube", "fromIndex": 0, "to": "scene", "toIndex": 0 },
|
||
|
{ "from": "light", "fromIndex": 0, "to": "scene", "toIndex": 1 },
|
||
|
{ "from": "scene", "fromIndex": 0, "to": "camera", "toIndex": "scene" }
|
||
|
]
|
||
|
}
|