From 57958decef7a724ff3dd09e9fe6dd5a703f31b75 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 3 Feb 2025 19:20:03 -0500 Subject: [PATCH] Update camera position and render different rotational gif --- meta.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/meta.json b/meta.json index 396cb66..caa9cf8 100644 --- a/meta.json +++ b/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 } } ],