plane_field node

A scalar field whose value at any position is the signed distance to the surface of a plane. Values above the plane in the direction of its normal are positive, and values below the plane are negative.

Inputs

position [in]

A float3 value specifying any point on the plane.

normal [in]

A float3 value specifying the plane's normal direction.

Outputs

plane_signed_distance [out]

The resulting plane as a signed distance field.