ProtoFlux:Multi Cosine Lerp

From Resonite Wiki
Cosine Lerp
Lerp
*
Operands
+
-
Interpolation

The Multi Cosine Lerp node takes in any number of curve points along with a lerp value of which it lerps similarly like a cosine wave and returning back to the first curve point, then returns the value over time.

This is clamped, meaning that you are stuck with being in between all provided curve values.

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

Inputs

Lerp (float)

The travel curve point from start to finish (per curve input).

Operands (Pseudo-Generic)

The curve inputs.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.

Further Reading

Videos