Particle System Operators/Movement Basic: Difference between revisions
Jump to navigation
Jump to search
m (Added category to the page, added shortpagetitle template) |
|||
Line 10: | Line 10: | ||
; max constraint passes | ; 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. | : 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. | ||
{{shortpagetitle}} | |||
[[Category: Particle System]] |
Revision as of 07:49, 16 June 2019
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.