Note: While this component works very well for fixed or discrete speed steps, it might not behave as expected when the speed field is continuously changing, even a very small change can cause the component to 'jerk' on each change.
If you want to make something speed up or slow down smoothly, one option is to use rotational maths to recreate this component in flux, for example using [[ProtoFlux:AxisAngle]]
== Examples == <!--T:4-->
== Examples == <!--T:4-->
Revision as of 12:34, 18 October 2025
This article or section is a stub. You can help the Resonite wiki by expanding it.
how fast to rotate on each axis. Negative values go in reverse.
Usage
Note: While this component works very well for fixed or discrete speed steps, it might not behave as expected when the speed field is continuously changing, even a very small change can cause the component to 'jerk' on each change.
If you want to make something speed up or slow down smoothly, one option is to use rotational maths to recreate this component in flux, for example using ProtoFlux:AxisAngle