@galacean/engine-physics-lite 1.4.0-alpha.2 → 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/browser.js +1 -16
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/main.js +1 -16
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -16
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
- package/types/LiteDynamicCollider.d.ts +0 -12
package/dist/module.js
CHANGED
|
@@ -593,11 +593,6 @@ LiteTransform._tempMat42 = new Matrix();
|
|
|
593
593
|
throw "Physics-lite don't support isSleeping. Use Physics-PhysX instead!";
|
|
594
594
|
};
|
|
595
595
|
/**
|
|
596
|
-
* {@inheritDoc IDynamicCollider.getAngularDamping }
|
|
597
|
-
*/ _proto.getAngularDamping = function getAngularDamping() {
|
|
598
|
-
throw "Physics-lite don't support getAngularDamping. Use Physics-PhysX instead!";
|
|
599
|
-
};
|
|
600
|
-
/**
|
|
601
596
|
* {@inheritDoc IDynamicCollider.setAngularDamping }
|
|
602
597
|
*/ _proto.setAngularDamping = function setAngularDamping(value) {
|
|
603
598
|
Logger.error("Physics-lite don't support setAngularDamping. Use Physics-PhysX instead!");
|
|
@@ -645,11 +640,6 @@ LiteTransform._tempMat42 = new Matrix();
|
|
|
645
640
|
};
|
|
646
641
|
/**
|
|
647
642
|
* {@inheritDoc IDynamicCollider.setLinearDamping }
|
|
648
|
-
*/ _proto.getLinearDamping = function getLinearDamping() {
|
|
649
|
-
throw "Physics-lite don't support getLinearDamping. Use Physics-PhysX instead!";
|
|
650
|
-
};
|
|
651
|
-
/**
|
|
652
|
-
* {@inheritDoc IDynamicCollider.setLinearDamping }
|
|
653
643
|
*/ _proto.setLinearDamping = function setLinearDamping(value) {
|
|
654
644
|
Logger.error("Physics-lite don't support setLinearDamping. Use Physics-PhysX instead!");
|
|
655
645
|
};
|
|
@@ -676,11 +666,6 @@ LiteTransform._tempMat42 = new Matrix();
|
|
|
676
666
|
};
|
|
677
667
|
/**
|
|
678
668
|
* {@inheritDoc IDynamicCollider.setMaxDepenetrationVelocity }
|
|
679
|
-
*/ _proto.getMaxDepenetrationVelocity = function getMaxDepenetrationVelocity() {
|
|
680
|
-
throw "Physics-lite don't support getMaxDepenetrationVelocity. Use Physics-PhysX instead!";
|
|
681
|
-
};
|
|
682
|
-
/**
|
|
683
|
-
* {@inheritDoc IDynamicCollider.setMaxDepenetrationVelocity }
|
|
684
669
|
*/ _proto.setMaxDepenetrationVelocity = function setMaxDepenetrationVelocity(value) {
|
|
685
670
|
Logger.error("Physics-lite don't support setMaxDepenetrationVelocity. Use Physics-PhysX instead!");
|
|
686
671
|
};
|
|
@@ -1294,7 +1279,7 @@ var LitePhysics = /*#__PURE__*/ function() {
|
|
|
1294
1279
|
}();
|
|
1295
1280
|
|
|
1296
1281
|
//@ts-ignore
|
|
1297
|
-
var version = "1.4.0-
|
|
1282
|
+
var version = "1.4.0-beta.0";
|
|
1298
1283
|
console.log("Galacean PhysicsLite version: " + version);
|
|
1299
1284
|
|
|
1300
1285
|
export { LitePhysics, version };
|