@galacean/effects 1.1.5 → 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 +4 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/index.mjs +4 -5
- package/dist/index.mjs.map +1 -1
- package/dist/weapp.js +3 -4
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +3 -4
- package/dist/weapp.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime player for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v1.1.
|
|
6
|
+
* Version: v1.1.7
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -29297,7 +29297,7 @@ var CompositionSourceManager = /** @class */ (function () {
|
|
|
29297
29297
|
}
|
|
29298
29298
|
// 处理预合成的渲染顺序
|
|
29299
29299
|
if (option.type === ItemType$1.composition) {
|
|
29300
|
-
|
|
29300
|
+
_this.mask++;
|
|
29301
29301
|
var refId = item.content.options.refId;
|
|
29302
29302
|
if (!_this.refCompositions.get(refId)) {
|
|
29303
29303
|
throw new Error('Invalid Ref Composition id: ' + refId);
|
|
@@ -29307,7 +29307,6 @@ var CompositionSourceManager = /** @class */ (function () {
|
|
|
29307
29307
|
_this.refCompositionProps.set(refId, ref);
|
|
29308
29308
|
}
|
|
29309
29309
|
ref.items.forEach(function (item) {
|
|
29310
|
-
item.listIndex = listOrder++;
|
|
29311
29310
|
_this.processMask(item.content);
|
|
29312
29311
|
});
|
|
29313
29312
|
option.items = ref.items;
|
|
@@ -36410,9 +36409,9 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
36410
36409
|
Engine.create = function (gl) {
|
|
36411
36410
|
return new GLEngine(gl);
|
|
36412
36411
|
};
|
|
36413
|
-
var version = "1.1.
|
|
36412
|
+
var version = "1.1.7";
|
|
36414
36413
|
console.info({
|
|
36415
|
-
content: '[Galacean Effects Player] version: ' + "1.1.
|
|
36414
|
+
content: '[Galacean Effects Player] version: ' + "1.1.7",
|
|
36416
36415
|
type: LOG_TYPE,
|
|
36417
36416
|
});
|
|
36418
36417
|
|