Get Model Rotation
get_model_rotationRetrieve the current model rotation as pitch, yaw, and roll angles in degrees. Use this before applying relative rotation changes to ensure accurate adjustments.
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
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||