Last updated on
Jul 13, 2023
Linear interpolation Float
In: Substance model graphs > Operation
Description
The Linear interpolation Float node outputs the result of the linear interpolation a
between two float values A and B, such as a = A + ((B – A) * x)
where x
is the factor .
Parameters
- Left hand side argument Float
The source float value A. - Right hand side argument Float
The target float value B. - Factor Float
The factorx
of the interpolation.
Example Images