@galacean/effects-threejs 1.4.2 → 1.4.3

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.2
6
+ * Version: v1.4.3
7
7
  */
8
8
 
9
9
  'use strict';
@@ -27401,7 +27401,7 @@ Geometry.create = function (engine, options) {
27401
27401
  Mesh.create = function (engine, props) {
27402
27402
  return new ThreeMesh(engine, props);
27403
27403
  };
27404
- var version = "1.4.2";
27404
+ var version = "1.4.3";
27405
27405
  logger.info('THREEJS plugin version: ' + version);
27406
27406
 
27407
27407
  exports.AbstractPlugin = AbstractPlugin;