@galacean/effects-plugin-model 2.0.0-alpha.13 → 2.0.0-alpha.14
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 +1 -1
- package/dist/alipay.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.min.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/loader.mjs +2 -2
- package/package.json +4 -4
package/dist/alipay.js
CHANGED
|
@@ -13364,7 +13364,7 @@ var vertexBufferSemanticMap = {
|
|
|
13364
13364
|
|
|
13365
13365
|
effects.registerPlugin("tree", ModelTreePlugin, effects.VFXItem, true);
|
|
13366
13366
|
effects.registerPlugin("model", ModelPlugin, effects.VFXItem);
|
|
13367
|
-
var version = "2.0.0-alpha.
|
|
13367
|
+
var version = "2.0.0-alpha.14";
|
|
13368
13368
|
effects.logger.info("plugin model version: " + version);
|
|
13369
13369
|
if (version !== effects.version) {
|
|
13370
13370
|
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!");
|
package/dist/alipay.mjs
CHANGED
|
@@ -13360,7 +13360,7 @@ var vertexBufferSemanticMap = {
|
|
|
13360
13360
|
|
|
13361
13361
|
registerPlugin("tree", ModelTreePlugin, VFXItem, true);
|
|
13362
13362
|
registerPlugin("model", ModelPlugin, VFXItem);
|
|
13363
|
-
var version = "2.0.0-alpha.
|
|
13363
|
+
var version = "2.0.0-alpha.14";
|
|
13364
13364
|
logger.info("plugin model version: " + version);
|
|
13365
13365
|
if (version !== version$1) {
|
|
13366
13366
|
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!");
|
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.0.0-alpha.
|
|
6
|
+
* Version: v2.0.0-alpha.14
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -13372,7 +13372,7 @@ var vertexBufferSemanticMap = {
|
|
|
13372
13372
|
|
|
13373
13373
|
effects.registerPlugin("tree", ModelTreePlugin, effects.VFXItem, true);
|
|
13374
13374
|
effects.registerPlugin("model", ModelPlugin, effects.VFXItem);
|
|
13375
|
-
var version = "2.0.0-alpha.
|
|
13375
|
+
var version = "2.0.0-alpha.14";
|
|
13376
13376
|
effects.logger.info("plugin model version: " + version);
|
|
13377
13377
|
if (version !== effects.version) {
|
|
13378
13378
|
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!");
|