ProtoFlux:EncapsulateBounds: Difference between revisions

From Resonite Wiki
Added links.
m YoshBot moved page ProtoFlux:Encapsulate Bounds to ProtoFlux:EncapsulateBounds: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:51, 20 August 2025

Encapsulate Bounds
Bounds
*
OtherBounds
Bounds

The Encapsulate Bounds node extends the input Bounds such that the output fully encapsulates the OtherBounds.

Inputs

Bounds (BoundingBox)

The bounding box to be enlarged. Default value is a bounding box with center [0;0;0] and size [0;0;0].

OtherBounds (BoundingBox)

The bounding box to be encapsulated. Default value is a bounding box with center [0;0;0] and size [0;0;0].

Outputs

* (BoundingBox)

The Bounds bounding box enlarged to fully encapsulate the OtherBounds. May be identical to Bounds if the OtherBounds is already entirely inside Bounds.