love.audio.setOrientation
Sets the orientation of the listener.
Function
Synopsis
love.audio.setOrientation( fx, fy, fz, ux, uy, uz )
Arguments
number fx, fy, fz- Forward vector of the listener orientation.
 number ux, uy, uz- Up vector of the listener orientation.
 
Returns
Nothing.
See Also
 
    © 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
    https://love2d.org/wiki/love.audio.setOrientation