Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Modifying Emitter
#3
(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?   Huh

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.
Reply


Messages In This Thread
Modifying Emitter - by ilterbilguven - 14-02-2020, 01:59 PM
RE: Modifying Emitter - by josemendez - 14-02-2020, 02:59 PM
RE: Modifying Emitter - by ilterbilguven - 14-02-2020, 03:56 PM