Skip to main content
Version: 3.9.0

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 set. Check it to set the transform as local; otherwise, it will be world.

Example

set transform example

↓ set_transform.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.

set transform node