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

Set Transform

Use Set Transform to set the position, rotation, and scale of an input Transform with the ability to toggle between local and world spaces. Set Transform is in the Transform category.

Input

NameData typeDescription
EnterExecThe input execution that triggers this node
SelfTransformThe Transform to be set with position, rotation, and scale
New PositionVec3The position of the Transform
New RotationVec3The rotation of the Transform
New ScaleVec3The scale of the Transform
Is LocalBooleanA boolean value that determines which type of space to be set. Check it to set the Transform as local, otherwise, world.

Example

↓ SetTransform.zip

You can use set transform to update the transform (position, rotation, scale) of an object in real-time. This example shows how to use the World Transform of the hand tracker to update the Transform of the purple sphere.