Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.15 KB

File metadata and controls

16 lines (12 loc) · 1.15 KB

Velocity Blocks

Dynamically adjust the velocity of particles.

Page Description
Velocity from Direction & Speed (Change Speed) Calculate velocity by scaling the direction of the particle using its speed.
Velocity from Direction & Speed (New Direction) Calculate velocity by scaling a new direction vector using the speed of the particle.
Velocity from Direction & Speed (Random Direction) Calculate velocity by scaling a random direction vector using the speed of the particle.
Velocity from Direction & Speed (Spherical) Calculate velocity by scaling a spherical direction vector using the speed of the particle.
Velocity from Direction & Speed (Tangent) Calculate velocity by scaling a tangent direction vector using the speed of the particle.

Additional resources