@galacean/engine-physics-lite 2.0.0-alpha.2 → 2.0.0-alpha.6
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 +2 -2
- 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 +2 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
- package/types/LitePhysics.d.ts +1 -1
package/dist/module.js
CHANGED
|
@@ -1331,7 +1331,7 @@ var LitePhysics = /*#__PURE__*/ function() {
|
|
|
1331
1331
|
};
|
|
1332
1332
|
/**
|
|
1333
1333
|
* {@inheritDoc IPhysics.createMeshColliderShape }
|
|
1334
|
-
*/ _proto.createMeshColliderShape = function createMeshColliderShape(uniqueID,
|
|
1334
|
+
*/ _proto.createMeshColliderShape = function createMeshColliderShape(uniqueID, positions, indices, isConvex, material, cookingFlags) {
|
|
1335
1335
|
throw new Error("Physics-lite doesn't support MeshColliderShape. Use Physics-PhysX instead!");
|
|
1336
1336
|
};
|
|
1337
1337
|
/**
|
|
@@ -1390,7 +1390,7 @@ var LitePhysics = /*#__PURE__*/ function() {
|
|
|
1390
1390
|
}();
|
|
1391
1391
|
|
|
1392
1392
|
//@ts-ignore
|
|
1393
|
-
var version = "2.0.0-alpha.
|
|
1393
|
+
var version = "2.0.0-alpha.6";
|
|
1394
1394
|
console.log("Galacean Engine Physics Lite Version: " + version);
|
|
1395
1395
|
|
|
1396
1396
|
export { LitePhysics, version };
|