Set avatar pose
teleport_set_poseMove or turn the client avatar by setting its pose. Specify position in meters and orientation as a quaternion; provide at least one.
Instructions
Move and/or turn the client avatar. Position is metres, orientation is a quaternion. At least one of position or orientation must be given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | [x, y, z] | |
| orientation | No | [qx, qy, qz, qw] | |
| connectionId | Yes | Connection id, as returned by teleport_connect or teleport_list_connections. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| orientation | No |