Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Lerp3 Node
Description
This node is used to blend (linear interpolation) between three input values A, B, and C depending on the Coefficient.
- if Coefficient = 0 the node outputs A value
- if 0 < Coefficient < 0.5 the node outputs a value interpolated between A and B
- if Coefficient = 0.5 the node outputs B value
- if 0.5 < Coefficient < 1 the node outputs a value interpolated between B and C
- if Coefficient = 1 the node outputs C value
Last update:
2023-12-19
Help improve this article
(or select a word/phrase and press Ctrl+Enter)