Lerp Node

lerp node

Linearly interpolates between min and max using x as a factor.

Inputs:

  • x: The interpolation factor. When 0.0, outputs min. When 1.0, outputs max.
  • min and max: The bounds of the interpolation.

Outputs:

  • out: The interpolated value.