ProtoFlux:Value Smooth Lerp

From Resonite Wiki
Revision as of 13:31, 2 July 2024 by AmasterAmaster (talk | contribs) (Added a suggestion note.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Smooth Lerp
Input
*
Speed
Interpolation

The Value Smooth Lerp node takes in an input value and the speed of which it lerps smoothly towards (starts fast and slows down over time), then returns the value over time.

If you need the lerp to be linear, use the Value Constant 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.