@galacean/effects-plugin-model 1.1.0-alpha.1 → 1.1.0-alpha.2
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 +3 -3
- package/dist/index.min.js +2 -2
- package/dist/index.mjs +3 -3
- package/dist/loader.mjs +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: v1.1.0-alpha.
|
|
6
|
+
* Version: v1.1.0-alpha.2
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -10071,8 +10071,8 @@ var GLTFHelper = /** @class */ (function () {
|
|
|
10071
10071
|
|
|
10072
10072
|
effects.registerPlugin('tree', ModelTreePlugin, ModelTreeVFXItem, true);
|
|
10073
10073
|
effects.registerPlugin('model', ModelPlugin, ModelVFXItem);
|
|
10074
|
-
var version = "1.1.0-alpha.
|
|
10075
|
-
console.debug('[Galacean Effects Plugin Model] version: ' + "1.1.0-alpha.
|
|
10074
|
+
var version = "1.1.0-alpha.2";
|
|
10075
|
+
console.debug('[Galacean Effects Plugin Model] version: ' + "1.1.0-alpha.2");
|
|
10076
10076
|
|
|
10077
10077
|
exports.BoxMesh = BoxMesh;
|
|
10078
10078
|
exports.CameraGestureHandlerImp = CameraGestureHandlerImp;
|