ProtoFlux:Bounding Box Properties

From Resonite Wiki
Bounding Box Properties
Bounds
Min
Max
Center
Size
Valid
Empty
Bounds

The Bounding Box Properties node provides several pieces of information about the input bounding box.

Inputs

Bounds (BoundingBox)

Default is a bounding box with center [0;0;0] and size [0;0;0].

Outputs

Min (float3)

The minimum position values for the Bounds along each axis.

Max (float3)

The maximum position values for the Bounds along each axis.

Center (float3)

The center point of the Bounds.

Size (float3)

The size of the Bounds along each axis.

Valid (bool)

Returns whether the Bounds is a valid bounding box.

Empty (bool)

Returns whether the Bounds is an empty bounding box.