@jdultra/threedtiles 14.0.22 → 14.0.24
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/dist/assets/{rapier-CaKmQPsS.js → physicsRapier.worker-G7IM3mIE.js} +2268 -1844
- package/dist/assets/physicsRapier.worker-G7IM3mIE.js.map +1 -0
- package/dist/threedtiles.cjs.js +1 -1
- package/dist/threedtiles.cjs.js.map +1 -1
- package/dist/threedtiles.es.js +2 -2
- package/dist/threedtiles.es.js.map +1 -1
- package/dist/threedtiles.umd.js +1 -1
- package/dist/threedtiles.umd.js.map +1 -1
- package/package.json +2 -2
- package/dist/assets/physicsRapier.worker-jgQ9dgLt.js +0 -393
- package/dist/assets/physicsRapier.worker-jgQ9dgLt.js.map +0 -1
- package/dist/assets/rapier-CaKmQPsS.js.map +0 -1
package/dist/threedtiles.es.js
CHANGED
|
@@ -10244,7 +10244,7 @@ class xe extends J.Object3D {
|
|
|
10244
10244
|
D && D.matrixWorld && D.matrixWorld.decompose(d, h, l);
|
|
10245
10245
|
const u = new J.Matrix4().compose(d, h, new J.Vector3(1, 1, 1)), G = new J.Matrix4().copy(u).invert();
|
|
10246
10246
|
if (i !== "bounds") {
|
|
10247
|
-
if (i === "mesh" || i === "hull") if (
|
|
10247
|
+
if (i === "mesh" || i === "hull") if (o(), r) {
|
|
10248
10248
|
if (!A.hasMeshContent || A.meshContent.length !== A.hasMeshContent) return;
|
|
10249
10249
|
if (!Array.isArray(A.colliderUUIDs) || A.colliderUUIDs.length === 0) {
|
|
10250
10250
|
A.colliderUUIDs = [];
|
|
@@ -10767,7 +10767,7 @@ async function os(B3) {
|
|
|
10767
10767
|
});
|
|
10768
10768
|
}
|
|
10769
10769
|
function ns(B3) {
|
|
10770
|
-
return new Worker("" + new URL("assets/physicsRapier.worker-
|
|
10770
|
+
return new Worker("" + new URL("assets/physicsRapier.worker-G7IM3mIE.js", import.meta.url).href, { type: "module", name: B3 == null ? void 0 : B3.name });
|
|
10771
10771
|
}
|
|
10772
10772
|
function ss(B3) {
|
|
10773
10773
|
return new Worker("" + new URL("assets/physicsHelper.worker-Cr8S3sZk.js", import.meta.url).href, { type: "module", name: B3 == null ? void 0 : B3.name });
|