You are here: Reference Guide > Particles Nodes > ParticleDrag

ParticleDrag

With ParticleDrag, you can apply drag on your particles to gradually alter their velocity over time. This means particles will start off fast and gradually slow down, unless you use negative values to apply the reverse effect.

The formula is: particle velocity*(1-drag). If the drag value is 0.01, the particles lose 1% of their velocity per frame.