icn3d 3.45.0 → 3.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icn3d.js +0 -3
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +0 -3
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -128949,7 +128949,6 @@ class Transform {
|
|
|
128949
128949
|
ic.quaternion._y = transformation.quaternion._y;
|
|
128950
128950
|
ic.quaternion._z = transformation.quaternion._z;
|
|
128951
128951
|
ic.quaternion._w = transformation.quaternion._w;
|
|
128952
|
-
bSet1 = true;
|
|
128953
128952
|
}
|
|
128954
128953
|
else { // |||pos:a,b,c|dir:a,b,c|up:a,b,c|fov:a
|
|
128955
128954
|
let bcfArray = commandTransformation[1].split('|');
|
|
@@ -128971,8 +128970,6 @@ class Transform {
|
|
|
128971
128970
|
}
|
|
128972
128971
|
}
|
|
128973
128972
|
});
|
|
128974
|
-
|
|
128975
|
-
|
|
128976
128973
|
}
|
|
128977
128974
|
}
|
|
128978
128975
|
else {
|