Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
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
Usage Example
The information on this page is valid for UNIGINE 2.19 SDK.
Last update:
16.08.2024
Помогите сделать статью лучше
(или выберите слово/фразу и нажмите Ctrl+Enter