set_model_rotation
Rotate 3D models by specifying pitch, yaw, and roll angles in degrees using Euler XYZ order. Adjust model orientation in real-time 3D visualization applications.
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
TableJSON 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) |