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