ProtoFlux:InverseLerp: Difference between revisions

From Resonite Wiki
Fixed type on input/output descriptions. Fixed node visual.
m YoshBot moved page ProtoFlux:Inverse Lerp to ProtoFlux:InverseLerp: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:23, 21 August 2025

Inverse Lerp
From
*
To
Value
Interpolation

The Inverse Lerp node takes in a non-normalized arbitrary set of values that has a start and end point, along with a value that is the number that is in between those 2 provided values, then returns the value over time.

This is unclamped, meaning that you are not stuck with being in between your provided values.

Inputs

From (Pseudo-Generic)

The starting point of this lerp.

To (Pseudo-Generic)

The end point of this lerp.

Value (Pseudo-Generic)

The lerp value that represents the point between the 2 provided values.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.