From 684f880b817ce862320762a484af05225b67178a Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 9 Feb 2025 10:01:11 -0500 Subject: [PATCH] Fixed meta.json to reference actual files --- layout.js | 2 +- meta.json | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/layout.js b/layout.js index 288514e..dd90834 100644 --- a/layout.js +++ b/layout.js @@ -27,7 +27,7 @@ let meta = { } for (let i = 0; i < 12; i++) { meta.objects.push ({ - name : obj[i], + name : 'film_core_' + obj[i], material : "white_plastic", position : rotatePoint(0, 0, 160, i * (360 / 12)), rotation : { diff --git a/meta.json b/meta.json index 0b8fcfb..0d71dea 100644 --- a/meta.json +++ b/meta.json @@ -6,7 +6,7 @@ }, "objects": [ { - "name": "16mm_2in", + "name": "film_core_16mm_2in", "material": "white_plastic", "position": { "x": 160, @@ -20,7 +20,7 @@ } }, { - "name": "16mm_2in_np", + "name": "film_core_16mm_2in_np", "material": "white_plastic", "position": { "x": 138.5640646055102, @@ -34,7 +34,7 @@ } }, { - "name": "16mm_3in", + "name": "film_core_16mm_3in", "material": "white_plastic", "position": { "x": 80.00000000000001, @@ -48,7 +48,7 @@ } }, { - "name": "16mm_3in_np", + "name": "film_core_16mm_3in_np", "material": "white_plastic", "position": { "x": 9.797174393178826e-15, @@ -62,7 +62,7 @@ } }, { - "name": "8mm_2in", + "name": "film_core_8mm_2in", "material": "white_plastic", "position": { "x": -79.99999999999997, @@ -76,7 +76,7 @@ } }, { - "name": "8mm_2in_np", + "name": "film_core_8mm_2in_np", "material": "white_plastic", "position": { "x": -138.5640646055102, @@ -90,7 +90,7 @@ } }, { - "name": "8mm_3in", + "name": "film_core_8mm_3in", "material": "white_plastic", "position": { "x": -160, @@ -104,7 +104,7 @@ } }, { - "name": "8mm_3in_np", + "name": "film_core_8mm_3in_np", "material": "white_plastic", "position": { "x": -138.56406460551017, @@ -118,7 +118,7 @@ } }, { - "name": "35mm_2in", + "name": "film_core_35mm_2in", "material": "white_plastic", "position": { "x": -80.00000000000007, @@ -132,7 +132,7 @@ } }, { - "name": "35mm_2in_np", + "name": "film_core_35mm_2in_np", "material": "white_plastic", "position": { "x": -2.9391523179536473e-14, @@ -146,7 +146,7 @@ } }, { - "name": "35mm_3in", + "name": "film_core_35mm_3in", "material": "white_plastic", "position": { "x": 80.00000000000001, @@ -160,7 +160,7 @@ } }, { - "name": "35mm_3in_np", + "name": "film_core_35mm_3in_np", "material": "white_plastic", "position": { "x": 138.56406460551014,