Hi, wondering how/if it is possible to emit new particles from another emitters particles. Eg: Emitter 1’s particles reach a certain point in their life span (or other condition) and a new batch of particles are spawned at Emitter 1’s particles position. I’ve searched high and low but maybe I’m using the wrong terminology?
1 Like
Totaly possible:
- Add a spawn rate module to your 2nd emitter and use a system variable set in the first emitter to control spawning.
- You can then use the new particle readers to set locations for the freshly spawned particles.
Have a look here for a way to use the particle attribute reader
1 Like