@galacean/effects 1.6.7 → 1.6.8-alpha.1
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/alipay.js +3 -1
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +3 -1
- package/dist/alipay.mjs.map +1 -1
- package/dist/index.js +4 -2
- 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 -2
- package/dist/index.mjs.map +1 -1
- package/dist/weapp.js +3 -1
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +3 -1
- package/dist/weapp.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
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.6.
|
|
6
|
+
* Version: v1.6.8-alpha.1
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -17732,7 +17732,9 @@ var ParticleSystem = /** @class */ (function () {
|
|
|
17732
17732
|
if (options.removeParticle) {
|
|
17733
17733
|
mesh.removePoint(pointIndex);
|
|
17734
17734
|
this.clearPointTrail(pointIndex);
|
|
17735
|
+
link.removeNode(node);
|
|
17735
17736
|
node.content[0] = 0;
|
|
17737
|
+
link.shiftNode(node.content);
|
|
17736
17738
|
}
|
|
17737
17739
|
hitPositions.push(pos);
|
|
17738
17740
|
if (!options.multiple) {
|
|
@@ -31042,7 +31044,7 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
31042
31044
|
Engine.create = function (gl) {
|
|
31043
31045
|
return new GLEngine(gl);
|
|
31044
31046
|
};
|
|
31045
|
-
var version = "1.6.
|
|
31047
|
+
var version = "1.6.8-alpha.1";
|
|
31046
31048
|
logger.info('player version: ' + version);
|
|
31047
31049
|
|
|
31048
31050
|
exports.AbstractPlugin = AbstractPlugin;
|