@galacean/effects-threejs 2.1.3-alpha.0 → 2.1.3-alpha.1
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.1
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -31396,7 +31396,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
|
|
|
31396
31396
|
registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
|
|
31397
31397
|
registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
|
|
31398
31398
|
registerPlugin("interact", InteractLoader, exports.VFXItem, true);
|
|
31399
|
-
var version$1 = "2.1.3-alpha.
|
|
31399
|
+
var version$1 = "2.1.3-alpha.1";
|
|
31400
31400
|
logger.info("Core version: " + version$1 + ".");
|
|
31401
31401
|
|
|
31402
31402
|
var _obj;
|
|
@@ -33023,7 +33023,7 @@ setMaxSpriteMeshItemCount(8);
|
|
|
33023
33023
|
*/ Mesh.create = function(engine, props) {
|
|
33024
33024
|
return new ThreeMesh(engine, props);
|
|
33025
33025
|
};
|
|
33026
|
-
var version = "2.1.3-alpha.
|
|
33026
|
+
var version = "2.1.3-alpha.1";
|
|
33027
33027
|
logger.info("THREEJS plugin version: " + version + ".");
|
|
33028
33028
|
|
|
33029
33029
|
exports.AbstractPlugin = AbstractPlugin;
|