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.
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.