@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.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.6
6
+ * Version: v1.1.7
7
7
  */
8
8
 
9
9
  'use strict';
@@ -29323,7 +29323,7 @@ var CompositionSourceManager = /** @class */ (function () {
29323
29323
  }
29324
29324
  // 处理预合成的渲染顺序
29325
29325
  if (option.type === ItemType$1.composition) {
29326
- ++_this.mask;
29326
+ _this.mask++;
29327
29327
  var refId = item.content.options.refId;
29328
29328
  if (!_this.refCompositions.get(refId)) {
29329
29329
  throw new Error('Invalid Ref Composition id: ' + refId);
@@ -29333,7 +29333,6 @@ var CompositionSourceManager = /** @class */ (function () {
29333
29333
  _this.refCompositionProps.set(refId, ref);
29334
29334
  }
29335
29335
  ref.items.forEach(function (item) {
29336
- item.listIndex = listOrder++;
29337
29336
  _this.processMask(item.content);
29338
29337
  });
29339
29338
  option.items = ref.items;
@@ -32838,9 +32837,9 @@ Geometry.create = function (engine, options) {
32838
32837
  Mesh.create = function (engine, props) {
32839
32838
  return new ThreeMesh(engine, props);
32840
32839
  };
32841
- var version = "1.1.6";
32840
+ var version = "1.1.7";
32842
32841
  console.info({
32843
- content: '[Galacean Effects THREEJS] version: ' + "1.1.6",
32842
+ content: '[Galacean Effects THREEJS] version: ' + "1.1.7",
32844
32843
  type: LOG_TYPE,
32845
32844
  });
32846
32845