ProtoFlux:MultiCosineLerp: Difference between revisions

From Resonite Wiki
Added a sentence of the similar node.
m YoshBot moved page ProtoFlux:Multi Cosine Lerp to ProtoFlux:MultiCosineLerp: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:27, 21 August 2025

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