Fixed meta.json to reference actual files
This commit is contained in:
parent
ae9f1f9aa2
commit
684f880b81
|
@ -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 : {
|
||||
|
|
24
meta.json
24
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,
|
||||
|
|
Loading…
Reference in New Issue