@galacean/engine-physics-physx 1.4.0-alpha.3 → 1.4.0-beta.0

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/main.js CHANGED
@@ -526,21 +526,11 @@ PhysXCollider._tempTransform = {
526
526
  }
527
527
  var _proto = PhysXDynamicCollider.prototype;
528
528
  /**
529
- * {@inheritDoc IDynamicCollider.getLinearDamping }
530
- */ _proto.getLinearDamping = function getLinearDamping() {
531
- return this._pxActor.getLinearDamping();
532
- };
533
- /**
534
529
  * {@inheritDoc IDynamicCollider.setLinearDamping }
535
530
  */ _proto.setLinearDamping = function setLinearDamping(value) {
536
531
  this._pxActor.setLinearDamping(value);
537
532
  };
538
533
  /**
539
- * {@inheritDoc IDynamicCollider.getAngularDamping }
540
- */ _proto.getAngularDamping = function getAngularDamping() {
541
- return this._pxActor.getAngularDamping();
542
- };
543
- /**
544
534
  * {@inheritDoc IDynamicCollider.setAngularDamping }
545
535
  */ _proto.setAngularDamping = function setAngularDamping(value) {
546
536
  this._pxActor.setAngularDamping(value);
@@ -606,11 +596,6 @@ PhysXCollider._tempTransform = {
606
596
  this._pxActor.setMaxAngularVelocity(engine.MathUtil.degreeToRadian(value));
607
597
  };
608
598
  /**
609
- * {@inheritDoc IDynamicCollider.getMaxDepenetrationVelocity }
610
- */ _proto.getMaxDepenetrationVelocity = function getMaxDepenetrationVelocity() {
611
- return this._pxActor.getMaxDepenetrationVelocity();
612
- };
613
- /**
614
599
  * {@inheritDoc IDynamicCollider.setMaxDepenetrationVelocity }
615
600
  */ _proto.setMaxDepenetrationVelocity = function setMaxDepenetrationVelocity(value) {
616
601
  this._pxActor.setMaxDepenetrationVelocity(value);
@@ -1316,9 +1301,9 @@ PhysXHingeJoint._xAxis = new engine.Vector3(1, 0, 0);
1316
1301
  }
1317
1302
  }
1318
1303
  if (runtimeMode == PhysXRuntimeMode.JavaScript) {
1319
- script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*rnDeR58NNGoAAAAAAAAAAAAAARQnAQ/physx.release.js.js";
1304
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*CfV8RrDQk5oAAAAAAAAAAAAAARQnAQ/physx.release.downgrade.js";
1320
1305
  } else if (runtimeMode == PhysXRuntimeMode.WebAssembly) {
1321
- script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*04GyRKeSJw4AAAAAAAAAAAAAARQnAQ/physx.release.js";
1306
+ script.src = "https://mdn.alipayobjects.com/rms/afts/file/A*ZDDgR4ERdfwAAAAAAAAAAAAAARQnAQ/physx.release.js";
1322
1307
  }
1323
1308
  });
1324
1309
  var initializePromise = new Promise(function(resolve, reject) {
@@ -1426,7 +1411,7 @@ PhysXHingeJoint._xAxis = new engine.Vector3(1, 0, 0);
1426
1411
  }();
1427
1412
 
1428
1413
  //@ts-ignore
1429
- var version = "1.4.0-alpha.3";
1414
+ var version = "1.4.0-beta.0";
1430
1415
  console.log("Galacean PhysX version: " + version);
1431
1416
 
1432
1417
  exports.PhysXPhysics = PhysXPhysics;