Set Model Rotation
set_model_rotationSet a 3D model's rotation by specifying pitch, yaw, and roll in degrees. Control orientation around each axis with exact Euler angle values.
Instructions
Set the model rotation using Euler angles in degrees (XYZ order). X = pitch (rotation around X axis), Y = yaw (rotation around Y axis), Z = roll (rotation around Z axis).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Rotation around X axis in degrees (pitch) | |
| y | Yes | Rotation around Y axis in degrees (yaw) | |
| z | Yes | Rotation around Z axis in degrees (roll) |