volume_bounds node

This node computes the minimum and maximum bounds of a volume. Any level set or fog density volume is taking into acound and in case both exists, the union of the two bounds is returned.

Inputs

volume [in]

The input volume (Amino::Object).

Outputs

min_bound [out]

The minumum bound of the input volume (float3).

max_bound [out]

The maximum bound of the input volume (float3).