Simple particles example, change the amount of emitted particles
in
Programming Questions
•
1 year ago
Hi everyone,
I'm just starting to get a look at vectors and particles system in Processing, that's why I'm working on the simple particles example given in the examples library.
My project is to change the amount of emitted particles in function of some parameters that I will define in the near future.
However I can't manage to find the part which can change the amount of emitted particles.
I understood that the particles are stored in an array but I can't find where I can change the numer of particles... I almost tested everything possible in the code, but I think I'm looking for that in the wrong way...
Can someone help me please ?
Thanks in advance for your replies.
1