ProtoFlux:Multi Lerp

From Resonite Wiki
Revision as of 17:11, 2 July 2024 by AmasterAmaster (talk | contribs) (Created a page for the Multi Lerp node.)
(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.