ProtoFlux:Slerp

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

The Slerp node takes in a starting point and an ending point along with a lerp value that represents its point in between those. Then it returns the lerped 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.

Inputs

From (Pseudo-Generic)

The starting point of this lerp.

To (Pseudo-Generic)

The ending point of this lerp.

Lerp (float)

The lerp value between the start and end points.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.