Function
love.audio.getOrientation( )
Returns the orientation of the listener.
Synopsis
v = love.audio.getOrientation( )
Returns
v floatArray A float array of size 6 containing [x,y,z] for the forward vector, followed by [x,y,z] for the up vector.
Copyright © 2006-2010 LÖVE Development Team.