-
Notifications
You must be signed in to change notification settings - Fork 200
lib.point.particles.AxisStepForce
Thomas Mann edited this page Jan 17, 2024
·
1 revision
A force for the [ParticleSystem] that applies random accelerations toward an axis direction. This can lead to interesting results in motion design. If ApplyTrigger is true, a random selection ratio of particles is chosen and accelerated.
Use the following options:
- AxisDistribution to control the frequency of XYZ axis selection.
- AddOriginalVelocity to control whether the original acceleration is replaced or mixed in.
- Set Seed to a value greater than 0 to control randomness. If it's set to 0, the current frame number is used as the random seed.
Please note that the RotationAxis space may depend on the [ParticleSystem.OrientTowardsVelocity] parameter. You can also try combining this effect with [ParticleSystem.Damp] for enhanced results.
Name (Relevancy & Type) | Description |
---|---|
ApplyTrigger (Boolean) | - |
Strength (Single) | - |
RandomizeStrength (Single) | - |
SelectRatio (Single) | - |
AxisDistribution (Vector3) | - |
AddOriginalVelocity (Single) | - |
StrengthDistribution (Vector3) | - |
AxisSpace (Int32) | - |
Seed (Int32) | - |
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.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features