Added category: ContinuouslyChanging nodes |
m YoshBot moved page ProtoFlux:Value Smooth Lerp to ProtoFlux:ValueSmoothLerp: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:41, 21 August 2025
Smooth Lerp
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.
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.