@galacean/effects-threejs 2.1.1 → 2.1.2-alpha.0

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 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.1
6
+ * Version: v2.1.2-alpha.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -31403,7 +31403,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
31403
31403
  registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
31404
31404
  registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
31405
31405
  registerPlugin("interact", InteractLoader, exports.VFXItem, true);
31406
- var version$1 = "2.1.1";
31406
+ var version$1 = "2.1.2-alpha.0";
31407
31407
  logger.info("Core version: " + version$1 + ".");
31408
31408
 
31409
31409
  var _obj;
@@ -33030,7 +33030,7 @@ setMaxSpriteMeshItemCount(8);
33030
33030
  */ Mesh.create = function(engine, props) {
33031
33031
  return new ThreeMesh(engine, props);
33032
33032
  };
33033
- var version = "2.1.1";
33033
+ var version = "2.1.2-alpha.0";
33034
33034
  logger.info("THREEJS plugin version: " + version + ".");
33035
33035
 
33036
33036
  exports.AbstractPlugin = AbstractPlugin;