Lib.particle.force.TurbulenceForce - tixl3d/tixl GitHub Wiki
Adds a turbulence force to a Particle Simulation.
Also see [SimNoiseOffset] and [AddNoise]
| Name (Relevancy & Type) | Description |
|---|---|
| Amount (Single) | Defines the total intensity of the random movements. |
| Frequency (Single) | Defines the frequency, i.e. how fast the points move. |
| Phase (Single) | Defines the phase of the noise and can be animated with a [Value], e.g. using [Time]. |
| Variation (Single) | Adds more variance and detail to the noise. |
| AmountFromVelocity (Single) | Defines whether the particles with more momentum should be more affected by the noise. |
| ValueField (ShaderGraphNode) | - |
| Name | Type |
|---|---|
| Particles | T3.Core.DataTypes.ParticleSystem |
⚠ Everything else is automatically generated and will be overwritten regularly.