Update render positioning of all objects

This commit is contained in:
Matt McWilliams 2025-03-14 21:10:58 -04:00
parent 0e7e041849
commit bff0a6d68f
1 changed files with 17 additions and 17 deletions

View File

@ -10,36 +10,36 @@
"z": 0 "z": 0
}, },
"rotation": { "rotation": {
"x": 0, "x": -90,
"y": 90, "y": 0,
"z": 0 "z": 180
} }
}, },
{ {
"name": "small_bolex_matte_box_insert", "name": "small_bolex_matte_box_insert",
"material": "black_plastic", "material": "black_plastic",
"position": { "position": {
"x": 20, "x": -20,
"y": 0, "y": 9,
"z": 0 "z": -28
}, },
"rotation": { "rotation": {
"x": 0, "x": -90,
"y": 90, "y": 0,
"z": 0 "z": 180
} }
}, },
{ {
"name": "small_bolex_matte_box_hot_shoe_mount", "name": "small_bolex_matte_box_hot_shoe_mount",
"material": "black_plastic", "material": "black_plastic",
"position": { "position": {
"x": 0, "x": 3,
"y": 50, "y": 60,
"z": 30 "z": 42
}, },
"rotation": { "rotation": {
"x": 0, "x": 90,
"y": -90, "y": 0,
"z": 0 "z": 0
} }
}, },
@ -48,11 +48,11 @@
"material": "iron_metal", "material": "iron_metal",
"position": { "position": {
"x": 0, "x": 0,
"y": 25, "y": 15,
"z": 30 "z": 46
}, },
"rotation": { "rotation": {
"x": 0, "x": 90,
"y": 90, "y": 90,
"z": 0 "z": 0
} }