@galacean/effects-plugin-model 1.3.0 → 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/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: v1.3.0
6
+ * Version: v1.4.0-beta.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -10075,7 +10075,7 @@ var GLTFHelper = /** @class */ (function () {
10075
10075
 
10076
10076
  effects.registerPlugin('tree', ModelTreePlugin, ModelTreeVFXItem, true);
10077
10077
  effects.registerPlugin('model', ModelPlugin, ModelVFXItem);
10078
- var version = "1.3.0";
10078
+ var version = "1.4.0-beta.0";
10079
10079
  effects.logger.info('plugin model version: ' + version);
10080
10080
 
10081
10081
  exports.BoxMesh = BoxMesh;