-
Notifications
You must be signed in to change notification settings - Fork 199
lib.anim.AnimVec2
sense edited this page Jul 17, 2023
·
5 revisions
in lib.anim
Generates a repetitive LFO-like signal synced to the current BPM rate. It supports various shapes, modes and forms.
You can manipulate the rate and shape directly in the graph by dragging with CTRL+ left mouse button.
Some tips:
-
Please checkout the [HowToAnimate] playground to see some applications.
-
You can use [SetSpeedFactors] to override the incoming rate, which is very useful for live VJ setups.
-
Also have a look at [AnimValue], [AnimVec3], and [TriggerAnim].
Name | Type |
---|---|
Result | System.Numerics.Vector2 |
Name | Type | Relevancy |
---|---|---|
OverrideTime | System.Single | |
Shape | System.Int32 | |
Rates | System.Numerics.Vector2 | |
RateFactor | System.Single | |
Phases | System.Numerics.Vector2 | |
Amplitudes | System.Numerics.Vector2 | |
AmplitudeFactor | System.Single | |
Offsets | System.Numerics.Vector2 | |
Bias | System.Single | |
Ratio | System.Single | |
AllowSpeedFactor | System.Int32 |
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