From 8c521d31db1a454ebebe68c4093dd3476476a344 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 3 Feb 2025 20:27:06 -0500 Subject: [PATCH] Update the camera view and objects positions for rendering --- meta.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta.json b/meta.json index caa9cf8..bf898df 100644 --- a/meta.json +++ b/meta.json @@ -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 },