Description

This node will compute an interpolation between two inputs by following a third input that serves as an interpolation parameter between 0 and 1.

The curve type for the interpolation can be set in the Editor panel.



The following types are accepted as inputs :

  • Integer, Float, Double
  • Vector 2D, 3D, 4D
  • Color

Properties

  • Easing curve : Choose the easing curve used to compute the interpolation.
    Default : Linear
  • Interpolation : Manually set the interpolation.
    Default : 0.0

As the interpolation parameter changes between 0 and 1, the output will be interpolated between Value 1 and Value 2.


Inputs

Name Type Description
Value 1 Variant Lower value to interpolate from
Value 2 Variant Higher value to interpolate from
Interpolation parameter Float Input value to apply the absolute operation to

Outputs

Name Type Description
Value Variant Result of the interpolation

Example

Example of Lerp node using colors as inputs.Example of Lerp node using colors as inputs.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.