ProtoFlux:MultiLerp

From Resonite Wiki
Revision as of 00:27, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Multi Lerp to ProtoFlux:MultiLerp: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Lerp
Lerp
*
Operands
+
-
Interpolation

The Multi Lerp node takes in any number of lerp point inputs 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 all lerp input values.

If you need the lerp to not be bounded by the start and end values, use the Value Lerp Unclamped node instead (however there is no "Multi Lerp (Unclamped)" node at this time).

This node is the multi version of the Value Lerp node.

Inputs

Lerp (float)

The lerp value between all points.

Operands (Pseudo-Generic)

The lerp value points.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.