@galacean/effects-threejs 2.0.0-alpha.22 → 2.0.0-alpha.23
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/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime threejs plugin for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v2.0.0-alpha.
|
|
6
|
+
* Version: v2.0.0-alpha.23
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -25739,7 +25739,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
|
|
|
25739
25739
|
registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
|
|
25740
25740
|
registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
|
|
25741
25741
|
registerPlugin("interact", InteractLoader, exports.VFXItem, true);
|
|
25742
|
-
var version$1 = "2.0.0-alpha.
|
|
25742
|
+
var version$1 = "2.0.0-alpha.23";
|
|
25743
25743
|
logger.info("Core version: " + version$1 + ".");
|
|
25744
25744
|
|
|
25745
25745
|
var _obj;
|
|
@@ -27372,7 +27372,7 @@ setMaxSpriteMeshItemCount(8);
|
|
|
27372
27372
|
*/ Mesh.create = function(engine, props) {
|
|
27373
27373
|
return new ThreeMesh(engine, props);
|
|
27374
27374
|
};
|
|
27375
|
-
var version = "2.0.0-alpha.
|
|
27375
|
+
var version = "2.0.0-alpha.23";
|
|
27376
27376
|
logger.info("THREEJS plugin version: " + version + ".");
|
|
27377
27377
|
|
|
27378
27378
|
exports.AbstractPlugin = AbstractPlugin;
|