14-02-2020, 03:56 PM
(14-02-2020, 02:59 PM)josemendez Wrote: Why not simply setting the particle's life to zero when it meets the condition you want (y < -5) instead of modifying the emitter class itself?
Well, that's simple too. I want to keep that as a time-based emitter, mine is position-based.
Anyway, your solution shows same result. To illustrate: I have 2000+ particles. At the beginning (e.g after 50th particle), if a particle hits the condition, emitter stops working properly.