lovr.audio.setPose
Sets the position and orientation of the virtual audio listener.
lovr.audio.setPose(x, y, z, angle, ax, ay, az)
Arguments
Name | Type | Description |
x | number | The x position of the listener, in meters. |
y | number | The y position of the listener, in meters. |
z | number | The z position of the listener, in meters. |
angle | number | The number of radians the listener is rotated around its axis of rotation. |
ax | number | The x component of the axis of rotation. |
ay | number | The y component of the axis of rotation. |
az | number | The z component of the axis of rotation. |
Returns
Nothing
Notes
The default implementation of lovr.run
calls this function with the result of lovr.headset.getPose
, so that the listener automatically tracks the headset.
See also
lovr.audio.setPosition
lovr.audio.setOrientation
Source:setPose
lovr.audio.getPose
lovr.audio