Update camera position and render different rotational gif
This commit is contained in:
parent
84d39fd7c7
commit
57958decef
24
meta.json
24
meta.json
|
@ -1,26 +1,36 @@
|
|||
{
|
||||
"camera" : {
|
||||
"x" : 0,
|
||||
"y" : 20,
|
||||
"z" : 0
|
||||
},
|
||||
"objects" : [
|
||||
{
|
||||
"name" : "split_reel_16mm_120m_A",
|
||||
"material" : "gray_plastic",
|
||||
"material" : "neonblue_plastic",
|
||||
"position" : {
|
||||
"x" : 0,
|
||||
"y" : 0,
|
||||
"z" : 20
|
||||
"y" : 20,
|
||||
"z" : 0
|
||||
},
|
||||
"rotation" : {
|
||||
"x" : 180,
|
||||
"x" : 90,
|
||||
"y" : 0,
|
||||
"z" : 0
|
||||
"z" : -30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "split_reel_16mm_120m_B",
|
||||
"material" : "gray_plastic",
|
||||
"material" : "neonblue_plastic",
|
||||
"position" : {
|
||||
"x" : 0,
|
||||
"y" : -20,
|
||||
"z" : 0
|
||||
},
|
||||
"rotation" : {
|
||||
"x" : -90,
|
||||
"y" : 0,
|
||||
"z" : -20
|
||||
"z" : -30
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue