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" : [
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue