Alchemist0823 / three.quarks

Three.quarks is a general purpose particle system / VFX engine for three.js
https://quarks.art
480 stars 22 forks source link

looping property in particle system configuration doesn't work (?) #72

Closed Trusiak closed 10 months ago

Trusiak commented 10 months ago

hello,

does looping property in particle system configuration work well? In example muzzleFlashDemo animation, effect is constantly looping on the demo, even though each instance of the System has looping on false.

*but if we read effect from .json file, then looping work well

also you should remove console.log(this.subEmissions.length, this.subParticleSystem.system.particleNum);

Alchemist0823 commented 10 months ago

The looping does work as expected. in the demo setup, demo.js file restart the set of particle system after certain period. Yeah, thanks for feedback. we should have a lint rule to remove debug code.