@galacean/effects-plugin-model 0.0.1-alpha.3 → 1.0.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: v0.0.1-alpha.3
6
+ * Version: v1.0.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -16045,8 +16045,8 @@ var GLTFHelper = /** @class */ (function () {
16045
16045
 
16046
16046
  effects.registerPlugin('tree', ModelTreePlugin, ModelTreeVFXItem, true);
16047
16047
  effects.registerPlugin('model', ModelPlugin, ModelVFXItem);
16048
- var version = "0.0.1-alpha.3";
16049
- console.debug('[Galacean Effects Plugin Model] version: ' + "0.0.1-alpha.3");
16048
+ var version = "1.0.0";
16049
+ console.debug('[Galacean Effects Plugin Model] version: ' + "1.0.0");
16050
16050
 
16051
16051
  exports.Box3 = Box3;
16052
16052
  exports.BoxMesh = BoxMesh;