@galacean/effects-threejs 2.5.0-alpha.5 → 2.5.0-alpha.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.5.0-alpha.5
6
+ * Version: v2.5.0-alpha.6
7
7
  */
8
8
 
9
9
  'use strict';
@@ -28422,7 +28422,7 @@ function getStandardSpriteContent(sprite, transform) {
28422
28422
  return ret;
28423
28423
  }
28424
28424
 
28425
- var version$2 = "2.5.0-alpha.5";
28425
+ var version$2 = "2.5.0-alpha.6";
28426
28426
  var v0 = /^(\d+)\.(\d+)\.(\d+)(-(\w+)\.\d+)?$/;
28427
28427
  var standardVersion = /^(\d+)\.(\d+)$/;
28428
28428
  var reverseParticle = false;
@@ -31672,7 +31672,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem);
31672
31672
  registerPlugin("particle", ParticleLoader, exports.VFXItem);
31673
31673
  registerPlugin("cal", CalculateLoader, exports.VFXItem);
31674
31674
  registerPlugin("interact", InteractLoader, exports.VFXItem);
31675
- var version$1 = "2.5.0-alpha.5";
31675
+ var version$1 = "2.5.0-alpha.6";
31676
31676
  logger.info("Core version: " + version$1 + ".");
31677
31677
 
31678
31678
  var _obj;
@@ -33274,7 +33274,7 @@ setMaxSpriteMeshItemCount(8);
33274
33274
  */ Mesh.create = function(engine, props) {
33275
33275
  return new ThreeMesh(engine, props);
33276
33276
  };
33277
- var version = "2.5.0-alpha.5";
33277
+ var version = "2.5.0-alpha.6";
33278
33278
  logger.info("THREEJS plugin version: " + version + ".");
33279
33279
 
33280
33280
  exports.AbstractPlugin = AbstractPlugin;