Particle System Operators/Movement Basic: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Movement Basic == Allows for basic movement of the particle through space. ; gravity : Gravity to apply to the particle. ; drag : Drag to apply to the velocity of the particle.") |
|||
Line 5: | Line 5: | ||
: Gravity to apply to the particle. | : Gravity to apply to the particle. | ||
; drag | ; drag | ||
: Drag to apply to the velocity of the particle. | : Drag to apply to the velocity of the particle. Numbers should be under 1.0, with common ranges from 0.05 - 0.25. | ||
; max constraint passes | |||
: The maximum number of passes that will be attempted to resolve conflicts between multiple constraints interacting on a particle. Rarely will need to be altered. |
Revision as of 17:53, 31 July 2012
Movement Basic
Allows for basic movement of the particle through space.
- gravity
- Gravity to apply to the particle.
- drag
- Drag to apply to the velocity of the particle. Numbers should be under 1.0, with common ranges from 0.05 - 0.25.
- max constraint passes
- The maximum number of passes that will be attempted to resolve conflicts between multiple constraints interacting on a particle. Rarely will need to be altered.