ProtoFlux:Global Transform

From Resonite Wiki
Revision as of 20:50, 10 February 2024 by 989onan (talk | contribs) (fix title of section)
Global Transform
*
Position
Rotation
Scale
Transform

Global transform is a ProtoFlux node that gives the transform values for a slot as if it were in the same place visually but parented under the root. Another way to think of this is the slot's position relative to 0,0,0 in the world instead of what's underneath.

see Coordinate spaces for an in depth explanation on coordinate spaces.

Inputs

* (Slot)

The slot to read a global transform from

Outputs

Position (Float3)

The global position of the provided * (Slot)

Rotation (FloatQ)

The global rotation of the provided * (Slot)

Scale (Float3)

The global scale of the provided * (Slot)

Examples