10-31-2019, 05:38 AM
Add to velocity just means that instead of
particle.velocity = speedValue
it will do
particle.velocity += speedValue
particle.velocity = speedValue
it will do
particle.velocity += speedValue