Pixel-Composer/datafiles/data/Actions/Nodes/Iso cube.json

24 lines
1004 B
JSON
Raw Normal View History

2023-10-18 14:58:55 +02:00
{
"name": "Iso cube",
"tags": [],
"tooltip": "",
"location": ["3D", "3D"],
"sprPath": "./Iso cube.png",
"nodes": [
{ "id": "cube", "node": "Node_3D_Mesh_Cube", "x": 0, "y": 0 },
2023-11-20 05:10:55 +01:00
{ "id": "camera", "node": "Node_3D_Camera_Set", "x": 320, "y": 0,
2023-10-18 14:58:55 +02:00
"setValues": [ { "index": "projection", "value": 1 },
{ "index": "orthographic_scale", "value": 0.5 },
{ "index": "postioning_mode", "value": 2 },
{ "index": "horizontal_angle", "value": 45 },
2023-11-20 05:10:55 +01:00
{ "index": "vertical_angle", "value": 30 },
{ "index": "l1_h_angle", "value": 0 },
{ "index": "l1_v_angle", "value": 75 },
{ "index": "l2_intensity", "value": 0 }
2023-10-18 14:58:55 +02:00
]
}
],
"connections": [
2023-11-20 05:10:55 +01:00
{ "from": "cube", "fromIndex": 0, "to": "camera", "toIndex": "scene" }
2023-10-18 14:58:55 +02:00
]
}