Added links. |
Added category: ContinuouslyChanging nodes |
||
Line 37: | Line 37: | ||
[[Category:ProtoFlux:Transform:Bounds]] | [[Category:ProtoFlux:Transform:Bounds]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 06:54, 27 May 2025
Transform Bounds
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.