@galacean/engine-physics-physx 1.4.0 → 1.4.2

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/module.js CHANGED
@@ -1101,7 +1101,6 @@ PhysXJoint._defaultQuat = new Quaternion();
1101
1101
  var xAxis = PhysXHingeJoint._xAxis;
1102
1102
  var axisRotationQuaternion = this._axisRotationQuaternion;
1103
1103
  xAxis.set(1, 0, 0);
1104
- value.normalize();
1105
1104
  var angle = Math.acos(Vector3.dot(xAxis, value));
1106
1105
  Vector3.cross(xAxis, value, xAxis);
1107
1106
  Quaternion.rotationAxisAngle(xAxis, angle, axisRotationQuaternion);
@@ -1407,8 +1406,8 @@ PhysXHingeJoint._xAxis = new Vector3(1, 0, 0);
1407
1406
  }();
1408
1407
 
1409
1408
  //@ts-ignore
1410
- var version = "1.4.0";
1411
- console.log("Galacean PhysX version: " + version);
1409
+ var version = "1.4.2";
1410
+ console.log("Galacean Engine Physics PhysX Version: " + version);
1412
1411
 
1413
1412
  export { PhysXPhysics, PhysXRuntimeMode, version };
1414
1413
  //# sourceMappingURL=module.js.map