@galacean/effects-threejs 1.4.4 → 1.4.5-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: v1.4.4
6
+ * Version: v1.4.5-alpha.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -720,7 +720,7 @@ function isValidFontFamily(fontFamily) {
720
720
  * Name: @galacean/effects-specification
721
721
  * Description: Galacean Effects JSON Specification
722
722
  * Author: Ant Group CO., Ltd.
723
- * Version: v1.2.0
723
+ * Version: v1.3.0-alpha.0
724
724
  */
725
725
 
726
726
  /*********************************************/
@@ -21901,7 +21901,7 @@ var filters = {
21901
21901
  * Name: @galacean/effects-specification
21902
21902
  * Description: Galacean Effects JSON Specification
21903
21903
  * Author: Ant Group CO., Ltd.
21904
- * Version: v1.2.0
21904
+ * Version: v1.3.0-alpha.0
21905
21905
  */
21906
21906
 
21907
21907
  /*********************************************/
@@ -27418,7 +27418,7 @@ Geometry.create = function (engine, options) {
27418
27418
  Mesh.create = function (engine, props) {
27419
27419
  return new ThreeMesh(engine, props);
27420
27420
  };
27421
- var version = "1.4.4";
27421
+ var version = "1.4.5-alpha.0";
27422
27422
  logger.info('THREEJS plugin version: ' + version);
27423
27423
 
27424
27424
  exports.AbstractPlugin = AbstractPlugin;