@galacean/effects-threejs 1.1.6 → 1.1.7

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.mjs 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.6
6
+ * Version: v1.1.7
7
7
  */
8
8
 
9
9
  import * as THREE from 'three';
@@ -29299,7 +29299,7 @@ var CompositionSourceManager = /** @class */ (function () {
29299
29299
  }
29300
29300
  // 处理预合成的渲染顺序
29301
29301
  if (option.type === ItemType$1.composition) {
29302
- ++_this.mask;
29302
+ _this.mask++;
29303
29303
  var refId = item.content.options.refId;
29304
29304
  if (!_this.refCompositions.get(refId)) {
29305
29305
  throw new Error('Invalid Ref Composition id: ' + refId);
@@ -29309,7 +29309,6 @@ var CompositionSourceManager = /** @class */ (function () {
29309
29309
  _this.refCompositionProps.set(refId, ref);
29310
29310
  }
29311
29311
  ref.items.forEach(function (item) {
29312
- item.listIndex = listOrder++;
29313
29312
  _this.processMask(item.content);
29314
29313
  });
29315
29314
  option.items = ref.items;
@@ -32814,9 +32813,9 @@ Geometry.create = function (engine, options) {
32814
32813
  Mesh.create = function (engine, props) {
32815
32814
  return new ThreeMesh(engine, props);
32816
32815
  };
32817
- var version = "1.1.6";
32816
+ var version = "1.1.7";
32818
32817
  console.info({
32819
- content: '[Galacean Effects THREEJS] version: ' + "1.1.6",
32818
+ content: '[Galacean Effects THREEJS] version: ' + "1.1.7",
32820
32819
  type: LOG_TYPE,
32821
32820
  });
32822
32821