love.audio.getOrientation

Returns the orientation of the listener.

Function

Synopsis

fx, fy, fz, ux, uy, uz = love.audio.getOrientation( )

Arguments

None.

Returns

number fx, fy, fz
Forward vector of the listener orientation.
number ux, uy, uz
Up vector of the listener orientation.

See Also


Other Languages