ProtoFlux:ValueLerp

From Resonite Wiki
Revision as of 00:40, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Value Lerp to ProtoFlux:ValueLerp: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Lerp
From
*
To
Lerp
Interpolation

The Value Lerp 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 clamped, meaning that you are stuck with being in between the From and To values.

If you need the lerp to not be bounded by the start and end values, use the Value Lerp Unclamped node instead.

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.