lerp_fields node

Returns a field that is the linear interpolation of two other fields. For fractions in the the range 0—1, this node interpolated. For fractions outside the range 0-1 the node extrapolates.

Inputs

first [in]

The field containing the values to return where fraction is 0.

second [in]

The field containing the values to return where fraction is 1.

fraction [in]

A scalar field specifying the amount to interpolate from first to second.

Outputs

interpolated [out]

The resulting field.