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)

NameTypeRequired
aBOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4optional
bBOOLEAN,FLOAT,INT,VEC2,VEC3,VEC4optional
alphaVEC4optional
typeCOMBOoptional
aaVEC4optional
bbVEC4optional

Outputs (1)

NameType
❔*