Update the camera view and objects positions for rendering

This commit is contained in:
Matt McWilliams 2025-02-03 20:27:06 -05:00
parent 57958decef
commit 8c521d31db
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"camera" : {
"x" : 0,
"y" : 20,
"x" : -120,
"y" : 120,
"z" : 0
},
"objects" : [
@ -9,7 +9,7 @@
"name" : "split_reel_16mm_120m_A",
"material" : "neonblue_plastic",
"position" : {
"x" : 0,
"x" : 20,
"y" : 20,
"z" : 0
},
@ -23,7 +23,7 @@
"name" : "split_reel_16mm_120m_B",
"material" : "neonblue_plastic",
"position" : {
"x" : 0,
"x" : -20,
"y" : -20,
"z" : 0
},