ProtoFlux:GlobalTransform: Difference between revisions

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

Latest revision as of 00:21, 21 August 2025

Global Transform
*
Position
Rotation
Scale
Transform

The Global Transform node outputs the position, rotation and scale of the input slot in global coordinate space, i.e. the slot's transform relative to the world root slot.

Inputs

* (Slot)

The slot whose global transform is output.

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