@galacean/engine-physics-physx 1.1.0-beta.9 → 1.2.0-alpha.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.
@@ -1308,9 +1308,9 @@ var /**
1308
1308
  }
1309
1309
  }
1310
1310
  if (runtimeMode == exports.PhysXRuntimeMode.JavaScript) {
1311
- script.src = "https://gw.alipayobjects.com/os/lib/galacean/engine-physics-physx/" + miniprogram.version + "/libs/physx.release.js.js";
1311
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*rnDeR58NNGoAAAAAAAAAAAAAARQnAQ/physx.release.js.js";
1312
1312
  } else if (runtimeMode == exports.PhysXRuntimeMode.WebAssembly) {
1313
- script.src = "https://gw.alipayobjects.com/os/lib/galacean/engine-physics-physx/" + miniprogram.version + "/libs/physx.release.js";
1313
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*nA97QLQehRMAAAAAAAAAAAAAARQnAQ/physx.release.js";
1314
1314
  }
1315
1315
  });
1316
1316
  var initializePromise = new Promise(function(resolve, reject) {
@@ -1424,7 +1424,7 @@ var InitializeState;
1424
1424
  })(InitializeState || (InitializeState = {}));
1425
1425
 
1426
1426
  //@ts-ignore
1427
- var version = "1.1.0-beta.9";
1427
+ var version = "1.2.0-alpha.1";
1428
1428
  console.log("Galacean PhysX version: " + version);
1429
1429
 
1430
1430
  exports.PhysXPhysics = PhysXPhysics;
package/dist/module.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Vector3, Quaternion, version as version$1 } from '@galacean/engine';
1
+ import { Vector3, Quaternion } from '@galacean/engine';
2
2
 
3
3
  function _instanceof(left, right) {
4
4
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
@@ -1303,9 +1303,9 @@ var /**
1303
1303
  }
1304
1304
  }
1305
1305
  if (runtimeMode == PhysXRuntimeMode.JavaScript) {
1306
- script.src = "https://gw.alipayobjects.com/os/lib/galacean/engine-physics-physx/" + version$1 + "/libs/physx.release.js.js";
1306
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*rnDeR58NNGoAAAAAAAAAAAAAARQnAQ/physx.release.js.js";
1307
1307
  } else if (runtimeMode == PhysXRuntimeMode.WebAssembly) {
1308
- script.src = "https://gw.alipayobjects.com/os/lib/galacean/engine-physics-physx/" + version$1 + "/libs/physx.release.js";
1308
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*nA97QLQehRMAAAAAAAAAAAAAARQnAQ/physx.release.js";
1309
1309
  }
1310
1310
  });
1311
1311
  var initializePromise = new Promise(function(resolve, reject) {
@@ -1419,7 +1419,7 @@ var InitializeState;
1419
1419
  })(InitializeState || (InitializeState = {}));
1420
1420
 
1421
1421
  //@ts-ignore
1422
- var version = "1.1.0-beta.9";
1422
+ var version = "1.2.0-alpha.1";
1423
1423
  console.log("Galacean PhysX version: " + version);
1424
1424
 
1425
1425
  export { PhysXPhysics, PhysXRuntimeMode, version };