ProtoFlux:Transform Bounds: Difference between revisions

From Resonite Wiki
Create page and add basic information
 
Added links.
 
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]]

Latest revision as of 05:21, 29 May 2024

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.