@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/alipay.js
CHANGED
|
@@ -17726,7 +17726,9 @@ var ParticleSystem = /** @class */ (function () {
|
|
|
17726
17726
|
if (options.removeParticle) {
|
|
17727
17727
|
mesh.removePoint(pointIndex);
|
|
17728
17728
|
this.clearPointTrail(pointIndex);
|
|
17729
|
+
link.removeNode(node);
|
|
17729
17730
|
node.content[0] = 0;
|
|
17731
|
+
link.shiftNode(node.content);
|
|
17730
17732
|
}
|
|
17731
17733
|
hitPositions.push(pos);
|
|
17732
17734
|
if (!options.multiple) {
|
|
@@ -31036,7 +31038,7 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
31036
31038
|
Engine.create = function (gl) {
|
|
31037
31039
|
return new GLEngine(gl);
|
|
31038
31040
|
};
|
|
31039
|
-
var version = "1.6.
|
|
31041
|
+
var version = "1.6.8-alpha.1";
|
|
31040
31042
|
logger.info('player version: ' + version);
|
|
31041
31043
|
|
|
31042
31044
|
exports.AbstractPlugin = AbstractPlugin;
|