@galacean/effects-plugin-model 2.2.6 → 2.3.0-alpha.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/alipay.js +3 -3
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +3 -3
- package/dist/alipay.mjs.map +1 -1
- package/dist/douyin.js +3 -3
- package/dist/douyin.js.map +1 -1
- package/dist/douyin.mjs +3 -3
- package/dist/douyin.mjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/loader.mjs +4 -4
- package/dist/loader.mjs.map +1 -1
- package/dist/weapp.js +3 -3
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +3 -3
- package/dist/weapp.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects player model plugin
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 飂兮
|
|
6
|
-
* Version: v2.
|
|
6
|
+
* Version: v2.3.0-alpha.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -10272,7 +10272,7 @@ var JSONConverter = /*#__PURE__*/ function() {
|
|
|
10272
10272
|
// @ts-expect-error
|
|
10273
10273
|
oldScene.bins = binFiles;
|
|
10274
10274
|
newScene = _extends({}, oldScene, {
|
|
10275
|
-
version:
|
|
10275
|
+
version: EFFECTS.spec.JSONSceneVersion["3_0"],
|
|
10276
10276
|
playerVersion: {
|
|
10277
10277
|
web: "3.0",
|
|
10278
10278
|
native: "3.0"
|
|
@@ -12073,7 +12073,7 @@ var LoaderImpl = /*#__PURE__*/ function() {
|
|
|
12073
12073
|
});
|
|
12074
12074
|
this.composition.items = itemIds;
|
|
12075
12075
|
var jsonScene = {
|
|
12076
|
-
version:
|
|
12076
|
+
version: EFFECTS.spec.JSONSceneVersion["3_0"],
|
|
12077
12077
|
playerVersion: {
|
|
12078
12078
|
web: "2.0",
|
|
12079
12079
|
native: "2.0"
|
|
@@ -13295,7 +13295,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
|
|
|
13295
13295
|
EFFECTS.registerPlugin("model", ModelPlugin, EFFECTS.VFXItem);
|
|
13296
13296
|
/**
|
|
13297
13297
|
* 插件版本号
|
|
13298
|
-
*/ var version = "2.
|
|
13298
|
+
*/ var version = "2.3.0-alpha.0";
|
|
13299
13299
|
EFFECTS.logger.info("Plugin model version: " + version + ".");
|
|
13300
13300
|
if (version !== EFFECTS__namespace.version) {
|
|
13301
13301
|
console.error("注意:请统一 Model 插件与 Player 版本,不统一的版本混用会有不可预知的后果!", "\nAttention: Please ensure the Model plugin is synchronized with the Player version. Mixing and matching incompatible versions may result in unpredictable consequences!");
|