love.audio.getOrientation

Returns the orientation of the listener.

Function

Synopsis

v = love.audio.getOrientation( )

Arguments

None.

Returns

floatArray v
A float array of size 6 containing [x,y,z] for the forward vector, followed by [x,y,z] for the up vector.

See Also

Other Languages