Difference between revisions of "love.audio.setOrientation (Español)"

(Created page with "Define la orientación del oyente. == Function == === Synopsis === <source lang="lua"> love.audio.setOrientation( fx, fy, fz, ux, uy, uz ) </source> === Arguments === {{param|num...")
 
 
Line 11: Line 11:
 
Nothing.
 
Nothing.
 
== See Also ==
 
== See Also ==
* [[parent::love.audio]]
+
* [[parent::love.audio (Español)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Define la orientación del oyente.}}
 
{{#set:Description=Define la orientación del oyente.}}

Latest revision as of 04:33, 26 June 2011

Define la orientación del oyente.

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