Skip to main content
Version: 3.9.0

World Transform Info

world transform info

Use World Transform Info to get the world space position, rotation, and scale of a Transform component. World Transform Info is in the Transform category.

Input

NameData TypeDescription
TransformTransformThe Transform component you want to get world transform information for.

Output

NameData TypeDescription
World PositionVec3The world position of the Transform component.
World RotationVec3The world rotation of the Transform component.
World ScaleVec3The world scale of the Transform component.
Up DirVec3The world Y axis direction (green arrow) of the Transform component.
Right DirVec3The world X axis direction (red arrow) of the Transform component.
Forward DirVec3The world Z axis direction (blue arrow) of the Transform component.

Example

world transform info example

This example uses the World Pose node to observe the sphere’s world rotation values. The sphere is assigned to head tracking. Though the local transform of the sphere is fixed, the world transform of the sphere is updating by following the head.

world transform info node