@galacean/engine-physics-lite 2.0.0-alpha.2 → 2.0.0-alpha.5
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/browser.js
CHANGED
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
};
|
|
1336
1336
|
/**
|
|
1337
1337
|
* {@inheritDoc IPhysics.createMeshColliderShape }
|
|
1338
|
-
*/ _proto.createMeshColliderShape = function createMeshColliderShape(uniqueID,
|
|
1338
|
+
*/ _proto.createMeshColliderShape = function createMeshColliderShape(uniqueID, positions, indices, isConvex, material, cookingFlags) {
|
|
1339
1339
|
throw new Error("Physics-lite doesn't support MeshColliderShape. Use Physics-PhysX instead!");
|
|
1340
1340
|
};
|
|
1341
1341
|
/**
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
}();
|
|
1395
1395
|
|
|
1396
1396
|
//@ts-ignore
|
|
1397
|
-
var version = "2.0.0-alpha.
|
|
1397
|
+
var version = "2.0.0-alpha.5";
|
|
1398
1398
|
console.log("Galacean Engine Physics Lite Version: " + version);
|
|
1399
1399
|
|
|
1400
1400
|
exports.LitePhysics = LitePhysics;
|