Update camera position and render different rotational gif

This commit is contained in:
Matt McWilliams 2025-02-03 19:20:03 -05:00
parent 84d39fd7c7
commit 57958decef
1 changed files with 17 additions and 7 deletions

View File

@ -1,26 +1,36 @@
{ {
"camera" : {
"x" : 0,
"y" : 20,
"z" : 0
},
"objects" : [ "objects" : [
{ {
"name" : "split_reel_16mm_120m_A", "name" : "split_reel_16mm_120m_A",
"material" : "gray_plastic", "material" : "neonblue_plastic",
"position" : { "position" : {
"x" : 0, "x" : 0,
"y" : 0, "y" : 20,
"z" : 20 "z" : 0
}, },
"rotation" : { "rotation" : {
"x" : 180, "x" : 90,
"y" : 0, "y" : 0,
"z" : 0 "z" : -30
} }
}, },
{ {
"name" : "split_reel_16mm_120m_B", "name" : "split_reel_16mm_120m_B",
"material" : "gray_plastic", "material" : "neonblue_plastic",
"position" : { "position" : {
"x" : 0, "x" : 0,
"y" : -20,
"z" : 0
},
"rotation" : {
"x" : -90,
"y" : 0, "y" : 0,
"z" : -20 "z" : -30
} }
} }
], ],