Fixed meta.json to reference actual files

This commit is contained in:
Matt McWilliams 2025-02-09 10:01:11 -05:00
parent ae9f1f9aa2
commit 684f880b81
2 changed files with 13 additions and 13 deletions

View File

@ -27,7 +27,7 @@ let meta = {
} }
for (let i = 0; i < 12; i++) { for (let i = 0; i < 12; i++) {
meta.objects.push ({ meta.objects.push ({
name : obj[i], name : 'film_core_' + obj[i],
material : "white_plastic", material : "white_plastic",
position : rotatePoint(0, 0, 160, i * (360 / 12)), position : rotatePoint(0, 0, 160, i * (360 / 12)),
rotation : { rotation : {

View File

@ -6,7 +6,7 @@
}, },
"objects": [ "objects": [
{ {
"name": "16mm_2in", "name": "film_core_16mm_2in",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": 160, "x": 160,
@ -20,7 +20,7 @@
} }
}, },
{ {
"name": "16mm_2in_np", "name": "film_core_16mm_2in_np",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": 138.5640646055102, "x": 138.5640646055102,
@ -34,7 +34,7 @@
} }
}, },
{ {
"name": "16mm_3in", "name": "film_core_16mm_3in",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": 80.00000000000001, "x": 80.00000000000001,
@ -48,7 +48,7 @@
} }
}, },
{ {
"name": "16mm_3in_np", "name": "film_core_16mm_3in_np",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": 9.797174393178826e-15, "x": 9.797174393178826e-15,
@ -62,7 +62,7 @@
} }
}, },
{ {
"name": "8mm_2in", "name": "film_core_8mm_2in",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": -79.99999999999997, "x": -79.99999999999997,
@ -76,7 +76,7 @@
} }
}, },
{ {
"name": "8mm_2in_np", "name": "film_core_8mm_2in_np",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": -138.5640646055102, "x": -138.5640646055102,
@ -90,7 +90,7 @@
} }
}, },
{ {
"name": "8mm_3in", "name": "film_core_8mm_3in",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": -160, "x": -160,
@ -104,7 +104,7 @@
} }
}, },
{ {
"name": "8mm_3in_np", "name": "film_core_8mm_3in_np",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": -138.56406460551017, "x": -138.56406460551017,
@ -118,7 +118,7 @@
} }
}, },
{ {
"name": "35mm_2in", "name": "film_core_35mm_2in",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": -80.00000000000007, "x": -80.00000000000007,
@ -132,7 +132,7 @@
} }
}, },
{ {
"name": "35mm_2in_np", "name": "film_core_35mm_2in_np",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": -2.9391523179536473e-14, "x": -2.9391523179536473e-14,
@ -146,7 +146,7 @@
} }
}, },
{ {
"name": "35mm_3in", "name": "film_core_35mm_3in",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": 80.00000000000001, "x": 80.00000000000001,
@ -160,7 +160,7 @@
} }
}, },
{ {
"name": "35mm_3in_np", "name": "film_core_35mm_3in_np",
"material": "white_plastic", "material": "white_plastic",
"position": { "position": {
"x": 138.56406460551014, "x": 138.56406460551014,