Create page and add basic information |
m YoshBot moved page ProtoFlux:Transform Bounds to ProtoFlux:TransformBounds: Automated: removing spaces from ProtoFlux namespace |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
== Inputs == | == Inputs == | ||
=== Bounds (BoundingBox) === | === Bounds ([[Type:BoundingBox|BoundingBox]]) === | ||
The bounding box is to be transformed. Default is a bounding box with center [0;0;0] and size [0;0;0]. | The bounding box is to be transformed. Default is a bounding box with center [0;0;0] and size [0;0;0]. | ||
=== SourceSpace (Slot) === | === 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. | 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) === | === 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. | The slot in whose local coordinate space the Bounds are transformed. Default is null, which results in the global coordinate space being used. | ||
Line 32: | Line 32: | ||
== Outputs == | == Outputs == | ||
=== * (BoundingBox) === | === * ([[Type:BoundingBox|BoundingBox]]) === | ||
The transformed bounding box. | The transformed bounding box. | ||
[[Category:ProtoFlux:Transform:Bounds]] | [[Category:ProtoFlux:Transform:Bounds]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 00:37, 21 August 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.