diff --git a/layout.js b/layout.js index 78feeef..cedf8d3 100644 --- a/layout.js +++ b/layout.js @@ -19,7 +19,7 @@ let obj = [ let meta = { objects : [] } -let starting = 0; //33/2; //(360 / (obj.length * 2)); +let starting = -45; //33/2; //(360 / (obj.length * 2)); for (let i = 0; i < obj.length; i++) { meta.objects.push ({ name : obj[i], diff --git a/meta.json b/meta.json index b9f2f4d..0ac82e1 100644 --- a/meta.json +++ b/meta.json @@ -2,7 +2,7 @@ "camera" : { "x" : 60, "y" : -60, - "z" : 0, + "z" : 30, "focus_x" : 30, "focus_y" : -30 }, @@ -11,42 +11,42 @@ "name": "adapter_16mm_core", "material": "gray_plastic2", "position": { - "x": 40, - "y": 0, + "x": 28.284271247461902, + "y": -28.2842712474619, "z": 0 }, "rotation": { "x": 0, "y": 0, - "z": 0 + "z": -45 } }, { "name": "adapter_16mm_to_super8_reel", "material": "yellow_plastic", "position": { - "x": -19.999999999999993, - "y": 34.64101615137755, + "x": 10.35276180410083, + "y": 38.63703305156273, "z": 0 }, "rotation": { "x": 0, "y": 0, - "z": 120 + "z": 75 } }, { "name": "adapter_super8_to_16mm_core", "material": "neonblue_plastic", "position": { - "x": -20.000000000000018, - "y": -34.64101615137754, + "x": -38.63703305156273, + "y": -10.352761804100831, "z": 0 }, "rotation": { "x": 0, "y": 0, - "z": 240 + "z": 195 } } ],