Do not rotate objects locally on Y axis. Also do not add additional starting rotation (to test)
This commit is contained in:
parent
6f80393825
commit
decdc7e8a1
|
@ -19,7 +19,7 @@ let obj = [
|
||||||
let meta = {
|
let meta = {
|
||||||
objects : []
|
objects : []
|
||||||
}
|
}
|
||||||
let starting = 33/2; //(360 / (obj.length * 2));
|
let starting = 0; //33/2; //(360 / (obj.length * 2));
|
||||||
for (let i = 0; i < obj.length; i++) {
|
for (let i = 0; i < obj.length; i++) {
|
||||||
meta.objects.push ({
|
meta.objects.push ({
|
||||||
name : obj[i],
|
name : obj[i],
|
||||||
|
@ -27,7 +27,7 @@ for (let i = 0; i < obj.length; i++) {
|
||||||
position : rotatePoint(0, 0, 40, starting + (i * (360 / obj.length))),
|
position : rotatePoint(0, 0, 40, starting + (i * (360 / obj.length))),
|
||||||
rotation : {
|
rotation : {
|
||||||
x : 0,
|
x : 0,
|
||||||
y : 90,
|
y : 0,
|
||||||
z : starting + (i * (360 / obj.length))
|
z : starting + (i * (360 / obj.length))
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
18
meta.json
18
meta.json
|
@ -11,42 +11,42 @@
|
||||||
"name": "adapter_16mm_core",
|
"name": "adapter_16mm_core",
|
||||||
"material": "gray_plastic2",
|
"material": "gray_plastic2",
|
||||||
"position": {
|
"position": {
|
||||||
"x": 38.35278939472772,
|
"x": 40,
|
||||||
"y": 11.360613788156906,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 16.5
|
"z": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "adapter_16mm_to_super8_reel",
|
"name": "adapter_16mm_to_super8_reel",
|
||||||
"material": "yellow_plastic",
|
"material": "yellow_plastic",
|
||||||
"position": {
|
"position": {
|
||||||
"x": -29.014974840491504,
|
"x": -19.999999999999993,
|
||||||
"y": 27.534183027750156,
|
"y": 34.64101615137755,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 136.5
|
"z": 120
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "adapter_super8_to_16mm_core",
|
"name": "adapter_super8_to_16mm_core",
|
||||||
"material": "neonblue_plastic",
|
"material": "neonblue_plastic",
|
||||||
"position": {
|
"position": {
|
||||||
"x": -9.337814554236205,
|
"x": -20.000000000000018,
|
||||||
"y": -38.894796815907064,
|
"y": -34.64101615137754,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 256.5
|
"z": 240
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue