ProtoFlux:Value Lerp Unclamped

From Resonite Wiki
Revision as of 13:21, 2 July 2024 by AmasterAmaster (talk | contribs) (small correction, the clamp is only reference to the from and to values.)
Lerp (Unclamped)
From
*
To
Lerp
Interpolation

The Value Lerp Unclamped node takes in a starting point and an ending point along with a lerp value of which it lerps linearly towards, then returns the value over time.

This is unclamped meaning that you are not stuck with being in between the From and To values, which can exceed past those.

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.