@galacean/effects 1.6.8-alpha.0 → 1.6.8
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 +4 -1
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +4 -1
- package/dist/alipay.mjs.map +1 -1
- package/dist/index.js +5 -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 +5 -2
- package/dist/index.mjs.map +1 -1
- package/dist/weapp.js +4 -1
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +4 -1
- package/dist/weapp.mjs.map +1 -1
- package/package.json +3 -3
package/dist/alipay.js
CHANGED
|
@@ -17726,6 +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);
|
|
17730
|
+
node.content[0] = 0;
|
|
17731
|
+
link.shiftNode(node.content);
|
|
17729
17732
|
}
|
|
17730
17733
|
hitPositions.push(pos);
|
|
17731
17734
|
if (!options.multiple) {
|
|
@@ -31035,7 +31038,7 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
31035
31038
|
Engine.create = function (gl) {
|
|
31036
31039
|
return new GLEngine(gl);
|
|
31037
31040
|
};
|
|
31038
|
-
var version = "1.6.8
|
|
31041
|
+
var version = "1.6.8";
|
|
31039
31042
|
logger.info('player version: ' + version);
|
|
31040
31043
|
|
|
31041
31044
|
exports.AbstractPlugin = AbstractPlugin;
|