Lib.particle.force.SnapToAnglesForce - tixl3d/tixl GitHub Wiki
Slowly align particle velocity with repeated angle steps on the xy-plane.
It works well when combined with [TurbulenceForce] and [PointTrail].
Note: This will have no effect if the particles have no default velocity or only along the z-axis.
| Name (Relevancy & Type) | Description |
|---|---|
| Amount (Single) | - |
| AngleCount (Single) | - |
| VariationThreshold (Single) | How frequently random rotations occur: 0 never. 1 always. |
| Variation (Single) | If a random threshold is exceeded, define the amount of random rotation the particle will do. |
| KeepPlanar (Single) | A factor that will keep the particle velocity planar to the camera. This might be useful to emphasize the angled direction if camera rotation changes. |
| Twist (Single) | A twist angle that is applied every frame. Might lead to unpredictable but interesting effects. |
| Name | Type |
|---|---|
| Particles | T3.Core.DataTypes.ParticleSystem |
⚠ Everything else is automatically generated and will be overwritten regularly.