Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:ValueSmoothLerp: Difference between revisions

From Resonite Wiki
Created a page for the Value Smooth Lerp node.
 
Added a suggestion note.
Line 14: Line 14:


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.
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.
{{Note|If you need the lerp to be linear, use the [[ProtoFlux:Value Constant Lerp|Value Constant Lerp]] node instead.|suggestion}}


== Inputs ==
== Inputs ==

Revision as of 13:31, 2 July 2024

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.