ProtoFlux:Constant Slerp

From Resonite Wiki
Revision as of 14:34, 2 July 2024 by AmasterAmaster (talk | contribs) (Created a page for the Constant Slerp node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Constant Slerp
Input
*
Speed
Interpolation

The Constant Slerp node takes in an input value and the speed of which it slerps linearly towards, then returns the value over time.

The "S" part of the slerp stands for "spherical", which means that it deals more with rotations and the values relating to that type of movement (floatQ for reference).

Inputs

Input (Pseudo-Generic)

The value we want to slerp towards.

Speed (float)

How fast the slerp should be.

Outputs

* (Pseudo-Generic)

Returns the value currently being slerped.