Difference between revisions of "love.audio.setOrientation"

(Corrected function arguments)
 
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the orientation of the listener.}}
 
{{#set:Description=Sets the orientation of the listener.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.setOrientation}}
 
{{i18n|love.audio.setOrientation}}

Latest revision as of 09:28, 25 March 2011

Sets the orientation of the listener.

Function

Synopsis

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

Arguments

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

Returns

Nothing.

See Also


Other Languages