Lib.point.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. |
AmountDistribution (Vector3) | Multiplier for the individual axes to amplify / attenuate the noise in certain directions. |
UseCurlNoise (Boolean) | Switches back and forth between different noise variants |
ShowGizmo (GizmoVisibility) | Defines whether and how a helper gizmo should be visible in the output window. |
AmountFromVelocity (Single) | Defines whether the particles with more momentum should be more affected by the noise. |
Name | Type |
---|---|
Particles | T3.Core.DataTypes.ParticleSystem |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.