@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/main.js
CHANGED
|
@@ -597,11 +597,6 @@ LiteTransform._tempMat42 = new engine.Matrix();
|
|
|
597
597
|
throw "Physics-lite don't support isSleeping. Use Physics-PhysX instead!";
|
|
598
598
|
};
|
|
599
599
|
/**
|
|
600
|
-
* {@inheritDoc IDynamicCollider.getAngularDamping }
|
|
601
|
-
*/ _proto.getAngularDamping = function getAngularDamping() {
|
|
602
|
-
throw "Physics-lite don't support getAngularDamping. Use Physics-PhysX instead!";
|
|
603
|
-
};
|
|
604
|
-
/**
|
|
605
600
|
* {@inheritDoc IDynamicCollider.setAngularDamping }
|
|
606
601
|
*/ _proto.setAngularDamping = function setAngularDamping(value) {
|
|
607
602
|
engine.Logger.error("Physics-lite don't support setAngularDamping. Use Physics-PhysX instead!");
|
|
@@ -649,11 +644,6 @@ LiteTransform._tempMat42 = new engine.Matrix();
|
|
|
649
644
|
};
|
|
650
645
|
/**
|
|
651
646
|
* {@inheritDoc IDynamicCollider.setLinearDamping }
|
|
652
|
-
*/ _proto.getLinearDamping = function getLinearDamping() {
|
|
653
|
-
throw "Physics-lite don't support getLinearDamping. Use Physics-PhysX instead!";
|
|
654
|
-
};
|
|
655
|
-
/**
|
|
656
|
-
* {@inheritDoc IDynamicCollider.setLinearDamping }
|
|
657
647
|
*/ _proto.setLinearDamping = function setLinearDamping(value) {
|
|
658
648
|
engine.Logger.error("Physics-lite don't support setLinearDamping. Use Physics-PhysX instead!");
|
|
659
649
|
};
|
|
@@ -680,11 +670,6 @@ LiteTransform._tempMat42 = new engine.Matrix();
|
|
|
680
670
|
};
|
|
681
671
|
/**
|
|
682
672
|
* {@inheritDoc IDynamicCollider.setMaxDepenetrationVelocity }
|
|
683
|
-
*/ _proto.getMaxDepenetrationVelocity = function getMaxDepenetrationVelocity() {
|
|
684
|
-
throw "Physics-lite don't support getMaxDepenetrationVelocity. Use Physics-PhysX instead!";
|
|
685
|
-
};
|
|
686
|
-
/**
|
|
687
|
-
* {@inheritDoc IDynamicCollider.setMaxDepenetrationVelocity }
|
|
688
673
|
*/ _proto.setMaxDepenetrationVelocity = function setMaxDepenetrationVelocity(value) {
|
|
689
674
|
engine.Logger.error("Physics-lite don't support setMaxDepenetrationVelocity. Use Physics-PhysX instead!");
|
|
690
675
|
};
|
|
@@ -1298,7 +1283,7 @@ var LitePhysics = /*#__PURE__*/ function() {
|
|
|
1298
1283
|
}();
|
|
1299
1284
|
|
|
1300
1285
|
//@ts-ignore
|
|
1301
|
-
var version = "1.4.0-
|
|
1286
|
+
var version = "1.4.0-beta.0";
|
|
1302
1287
|
console.log("Galacean PhysicsLite version: " + version);
|
|
1303
1288
|
|
|
1304
1289
|
exports.LitePhysics = LitePhysics;
|