Update the camera view and objects positions for rendering
This commit is contained in:
parent
57958decef
commit
8c521d31db
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"camera" : {
|
"camera" : {
|
||||||
"x" : 0,
|
"x" : -120,
|
||||||
"y" : 20,
|
"y" : 120,
|
||||||
"z" : 0
|
"z" : 0
|
||||||
},
|
},
|
||||||
"objects" : [
|
"objects" : [
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
"name" : "split_reel_16mm_120m_A",
|
"name" : "split_reel_16mm_120m_A",
|
||||||
"material" : "neonblue_plastic",
|
"material" : "neonblue_plastic",
|
||||||
"position" : {
|
"position" : {
|
||||||
"x" : 0,
|
"x" : 20,
|
||||||
"y" : 20,
|
"y" : 20,
|
||||||
"z" : 0
|
"z" : 0
|
||||||
},
|
},
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"name" : "split_reel_16mm_120m_B",
|
"name" : "split_reel_16mm_120m_B",
|
||||||
"material" : "neonblue_plastic",
|
"material" : "neonblue_plastic",
|
||||||
"position" : {
|
"position" : {
|
||||||
"x" : 0,
|
"x" : -20,
|
||||||
"y" : -20,
|
"y" : -20,
|
||||||
"z" : 0
|
"z" : 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue