get_model_rotation
Retrieve current 3D model rotation angles (pitch, yaw, roll) in degrees to establish baseline orientation before applying relative rotation changes for accurate positioning.
Instructions
Get the current model rotation as Euler angles in degrees (XYZ order). Returns pitch (x), yaw (y), and roll (z) angles. Query this before relative rotation changes (e.g., "rotate 10 degrees") to ensure accuracy. For absolute changes, you may use recently queried state from context if no manual interactions occurred.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||