Category: 🚀 Motion
![]()
Outputs the X, Y and Z Euler angles (in degrees) of the connected "Target" block. Connect an optional "Origin" block to express the rotation relative to it instead of the world.
Useful to read the orientation of a block and feed it into logic, audio or visual blocks. If multiple targets are connected, the average of their Euler angles is output. The output is recomputed every time a connection is added or removed.
| Name | Type | Description |
|---|---|---|
| Origin (optional) | Tag Input | Reference block. When connected, the output rotation is expressed relative to this block. |
| Target | Tag Input | Block whose rotation will be measured. |
| Name | Type | Description |
|---|---|---|
| X | Jolt Output | Rotation around the X axis (pitch), in degrees. |
| Y | Jolt Output | Rotation around the Y axis (yaw), in degrees. |
| Z | Jolt Output | Rotation around the Z axis (roll), in degrees. |