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