@galacean/effects-threejs 1.1.5 → 1.1.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: v1.1.5
6
+ * Version: v1.1.6
7
7
  */
8
8
 
9
9
  'use strict';
@@ -32838,9 +32838,9 @@ Geometry.create = function (engine, options) {
32838
32838
  Mesh.create = function (engine, props) {
32839
32839
  return new ThreeMesh(engine, props);
32840
32840
  };
32841
- var version = "1.1.5";
32841
+ var version = "1.1.6";
32842
32842
  console.info({
32843
- content: '[Galacean Effects THREEJS] version: ' + "1.1.5",
32843
+ content: '[Galacean Effects THREEJS] version: ' + "1.1.6",
32844
32844
  type: LOG_TYPE,
32845
32845
  });
32846
32846