lovr.headset.getOrientation

Edit

Returns the current orientation of a device, in angle/axis form.

angle, ax, ay, az = lovr.headset.getOrientation(device)

Arguments

NameTypeDefaultDescription
deviceDevice'head' The device to get the orientation of.

Returns

NameTypeDescription
anglenumber The amount of rotation around the axis of rotation, in radians.
axnumber The x component of the axis of rotation.
aynumber The y component of the axis of rotation.
aznumber The z component of the axis of rotation.

Notes

If the device isn't tracked, all zeroes will be returned.

See also