@galacean/effects-threejs 2.0.5 → 2.0.6

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.0.5
6
+ * Version: v2.0.6
7
7
  */
8
8
 
9
9
  'use strict';
@@ -27704,7 +27704,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
27704
27704
  registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
27705
27705
  registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
27706
27706
  registerPlugin("interact", InteractLoader, exports.VFXItem, true);
27707
- var version$1 = "2.0.5";
27707
+ var version$1 = "2.0.6";
27708
27708
  logger.info("Core version: " + version$1 + ".");
27709
27709
 
27710
27710
  var _obj;
@@ -29385,7 +29385,7 @@ setMaxSpriteMeshItemCount(8);
29385
29385
  */ Mesh.create = function(engine, props) {
29386
29386
  return new ThreeMesh(engine, props);
29387
29387
  };
29388
- var version = "2.0.5";
29388
+ var version = "2.0.6";
29389
29389
  logger.info("THREEJS plugin version: " + version + ".");
29390
29390
 
29391
29391
  exports.AbstractPlugin = AbstractPlugin;