ProtoFlux:Multi Cosine Lerp: Difference between revisions

From Resonite Wiki
Created a page for the Multi Cosine Lerp node.
 
Added a sentence of the similar node.
 
Line 16: Line 16:


This is clamped, meaning that you are stuck with being in between all provided curve values.
This is clamped, meaning that you are stuck with being in between all provided curve values.
This node is the multi version of the [[ProtoFlux:Cosine Lerp|Cosine Lerp]] node.


== Inputs ==
== Inputs ==

Latest revision as of 16:42, 2 July 2024

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