ProtoFlux:Value Constant Lerp: Difference between revisions

From Resonite Wiki
Added a suggestion note.
Added category: ContinuouslyChanging nodes
 
Line 34: Line 34:


[[Category:ProtoFlux:Math:Interpolation]]
[[Category:ProtoFlux:Math:Interpolation]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 07:38, 27 May 2025

Constant Lerp
Input
*
Speed
Interpolation

The Constant Lerp node takes in an input value and the speed of which it lerps linearly towards, then returns the value over time.

If you need the lerp to be smooth, use the Value Smooth Lerp node instead.

Inputs

Input (Pseudo-Generic)

The value we want to lerp towards.

Speed (float)

How fast the lerp should be.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.