LERP (JOV) π°
LERP (JOV) π°
Calculate linear interpolation between two values or vectors based on a blending factor (alpha). The node accepts optional start (IN_A) and end (IN_B) points, a blending factor (FLOAT), and various input types for both start and end points, such as single values (X, Y), 2-value vectors (IN_A2, IN_B2), 3-value vectors (IN_A3, IN_B3), and 4-value vectors (IN_A4, IN_B4). Additionally, you can specify the easing function (EASE) and the desired output type (TYPE). It supports various easing functions for smoother transitions.
Pack: Jovimetrix
custom_nodes.Jovimetrix
Inputs (6)
| Name | Type | Required |
|---|---|---|
| a | BOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4 | optional |
| b | BOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4 | optional |
| alpha | VEC4 | optional |
| type | COMBO | optional |
| aa | VEC4 | optional |
| bb | VEC4 | optional |
Outputs (1)
| Name | Type |
|---|---|
| β | * |