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.js
CHANGED
|
@@ -128048,7 +128048,6 @@ class Transform {
|
|
|
128048
128048
|
ic.quaternion._y = transformation.quaternion._y;
|
|
128049
128049
|
ic.quaternion._z = transformation.quaternion._z;
|
|
128050
128050
|
ic.quaternion._w = transformation.quaternion._w;
|
|
128051
|
-
bSet1 = true;
|
|
128052
128051
|
}
|
|
128053
128052
|
else { // |||pos:a,b,c|dir:a,b,c|up:a,b,c|fov:a
|
|
128054
128053
|
let bcfArray = commandTransformation[1].split('|');
|
|
@@ -128070,8 +128069,6 @@ class Transform {
|
|
|
128070
128069
|
}
|
|
128071
128070
|
}
|
|
128072
128071
|
});
|
|
128073
|
-
|
|
128074
|
-
|
|
128075
128072
|
}
|
|
128076
128073
|
}
|
|
128077
128074
|
else {
|