Particle System Forces: Difference between revisions
Jump to navigation
Jump to search
Note:If 0 it seems to work fine...
No edit summary |
No edit summary |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
}} | |||
{{confirm-box}} | {{confirm-box}} | ||
{{back|Category:Particle System}} | |||
{{toc-right}} | |||
'''Particle System Forces''' apply a force to your particle system. | '''Particle System Forces''' apply a force to your particle system. | ||
Line 17: | Line 17: | ||
== random force == | == random force == | ||
Applies a random | Applies a random velocity on all particles. | ||
; min force | ; min force | ||
Line 34: | Line 34: | ||
: If 1, uses local space axis. If 0, uses world axis? | : If 1, uses local space axis. If 0, uses world axis? | ||
{{note|If 0 it seems to work fine...}} | {{note|If 0 it seems to work fine...}} | ||
== Intra-particle force == | |||
Attracts particles together, or repulses them away from each other. | |||
;{{todo}} | |||
[[Category: Particle System]] | [[Category: Particle System]] |
Latest revision as of 23:15, 2 September 2024
Particle System Forces apply a force to your particle system.
Pull towards control point
Applies a force around a control point. Internal?
- amount of force
- Amount of force applied to particles.
- falloff power
- Determines how long of a range from the control point to stop applying the force.
- control point number
- Which control point to apply the force around.
random force
Applies a random velocity on all particles.
- min force
- Minimum force to apply, in XYZ format
- max force
- Maximum force to apply, in XYZ format
twist around axis
Twists particles around a certain axis
- amount of force
- Amount of force to apply when a particle is near the axis
- twist axis
- Location of the axis in XYZ format
- object local space axis 0/1
- If 1, uses local space axis. If 0, uses world axis?

Intra-particle force
Attracts particles together, or repulses them away from each other.
- [Todo]