@galacean/effects-plugin-model 2.0.0-alpha.4 → 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/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/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.5
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -11809,7 +11809,7 @@ var GLTFHelper = /** @class */ (function () {
|
|
|
11809
11809
|
|
|
11810
11810
|
effects.registerPlugin('tree', ModelTreePlugin, effects.VFXItem, true);
|
|
11811
11811
|
effects.registerPlugin('model', ModelPlugin, effects.VFXItem);
|
|
11812
|
-
var version = "2.0.0-alpha.
|
|
11812
|
+
var version = "2.0.0-alpha.5";
|
|
11813
11813
|
effects.logger.info('plugin model version: ' + version);
|
|
11814
11814
|
|
|
11815
11815
|
exports.BoxMesh = BoxMesh;
|