Hi,
I’m trying to figure out how can you make some kind of offset on each particles that does not accumulate every frames?
I want to get the particle position after some forces transformation (ex: noise, gravity etc … ) and apply an offset after that. If I just add some vector to the particle position if will accumulate over time and I don’t want that, I want a constant offset from the resulting position after the force and what not.
Thanks!