scalar_field node

A scalar field whose value at any position is the input value. In addition to various Field nodes, scalar fields work with the following Core nodes: add, subtract, multiply, divide, negate, max, min, clamp, lerp, absolute_value, exponential, power, scalar_to_vector3.

Inputs

value [in]

The float value of the field at any position.

Outputs

scalar_field [out]

The resulting scalar field.