Function
love.audio.setOrientation( v )
Sets the orientation of the listener.
Synopsis
love.audio.setOrientation( v )
Parameters
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.