Positioning the manipulable item
- Last UpdatedDec 06, 2023
- 1 minute read
The best way to position a manipulable item, when the desired position differs from the exported one, is by using an AttachPoint .
Conditions
To be correctly manipulated, a node must meet the following conditions:
-
Be exported in ObjectSpace.
-
Have none or only desired space transformations in Transform (scale, rotation, and position) and TransformOffset (scaleOffset, rotationOffset, and positionOffset) fields.
Use AttachPoint
-
Create the AttachPoint node.
-
Use the Manipulable attachTo parameter to link the item to the attach point.
-
Move the attach point using Graphic Context Editor functionalities, such as dragging with the mouse to edit its Transform or TransformOffset fields.
