ProtoFlux:Bounding Box Properties: Difference between revisions

From Resonite Wiki
Create page and add basic information
 
Added links.
 
Line 21: Line 21:
== Inputs ==
== Inputs ==


=== Bounds (BoundingBox) ===
=== Bounds ([[Type:BoundingBox|BoundingBox]]) ===


Default is a bounding box with center [0;0;0] and size [0;0;0].
Default is a bounding box with center [0;0;0] and size [0;0;0].
Line 27: Line 27:
== Outputs ==
== Outputs ==


=== Min (float3) ===
=== Min ([[Type:float3|float3]]) ===


The minimum position values for the Bounds along each axis.
The minimum position values for the Bounds along each axis.


=== Max (float3) ===
=== Max ([[Type:float3|float3]]) ===


The maximum position values for the Bounds along each axis.
The maximum position values for the Bounds along each axis.


=== Center (float3) ===
=== Center ([[Type:float3|float3]]) ===


The center point of the Bounds.
The center point of the Bounds.


=== Size (float3) ===
=== Size ([[Type:float3|float3]]) ===


The size of the Bounds along each axis.
The size of the Bounds along each axis.


=== Valid (bool) ===
=== Valid ([[Type:bool|bool]]) ===


Returns whether the Bounds is a valid bounding box.
Returns whether the Bounds is a valid bounding box.


=== Empty (bool) ===
=== Empty ([[Type:bool|bool]]) ===


Returns whether the Bounds is an empty bounding box.
Returns whether the Bounds is an empty bounding box.


[[Category:ProtoFlux:Transform:Bounds]]
[[Category:ProtoFlux:Transform:Bounds]]

Latest revision as of 04:26, 29 May 2024

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.