Difference between revisions of "love.audio.getOrientation"

(Corrected return parameters)
 
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the orientation of the listener.}}
 
{{#set:Description=Returns the orientation of the listener.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.getOrientation}}
 
{{i18n|love.audio.getOrientation}}

Latest revision as of 09:27, 25 March 2011

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