ProtoFlux:TransformBounds: Difference between revisions

From Resonite Wiki
Added category: ContinuouslyChanging nodes
m YoshBot moved page ProtoFlux:Transform Bounds to ProtoFlux:TransformBounds: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:37, 21 August 2025

Transform Bounds
Bounds
*
SourceSpace
TargetSpace
Bounds

The Transform Bounds node transforms the input bounding box from the local coordinate space of the SourceSpace slot to that of the TargetSpace slot.

Inputs

Bounds (BoundingBox)

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

SourceSpace (Slot)

The slot in whose local coordinate space the Bounds are interpreted. Default is null, which results in the global coordinate space being used.

TargetSpace (Slot)

The slot in whose local coordinate space the Bounds are transformed. Default is null, which results in the global coordinate space being used.

Outputs

* (BoundingBox)

The transformed bounding box.