ProtoFlux:MultiCosineLerp

From Resonite Wiki
Revision as of 00:27, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Multi Cosine Lerp to ProtoFlux:MultiCosineLerp: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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