@galacean/effects-threejs 2.1.3-alpha.2 → 2.1.3-alpha.4
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.1.3-alpha.
|
|
6
|
+
* Version: v2.1.3-alpha.4
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -31401,7 +31401,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
|
|
|
31401
31401
|
registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
|
|
31402
31402
|
registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
|
|
31403
31403
|
registerPlugin("interact", InteractLoader, exports.VFXItem, true);
|
|
31404
|
-
var version$1 = "2.1.3-alpha.
|
|
31404
|
+
var version$1 = "2.1.3-alpha.4";
|
|
31405
31405
|
logger.info("Core version: " + version$1 + ".");
|
|
31406
31406
|
|
|
31407
31407
|
var _obj;
|
|
@@ -33028,7 +33028,7 @@ setMaxSpriteMeshItemCount(8);
|
|
|
33028
33028
|
*/ Mesh.create = function(engine, props) {
|
|
33029
33029
|
return new ThreeMesh(engine, props);
|
|
33030
33030
|
};
|
|
33031
|
-
var version = "2.1.3-alpha.
|
|
33031
|
+
var version = "2.1.3-alpha.4";
|
|
33032
33032
|
logger.info("THREEJS plugin version: " + version + ".");
|
|
33033
33033
|
|
|
33034
33034
|
exports.AbstractPlugin = AbstractPlugin;
|