Skip to main content
TikTok Effect House Platform Logo
Latest
Download
Log in
Transform

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 its world transform information

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

In this example, we use 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.