Difference between revisions of "love.audio.setOrientation (Português)"

m (translation update)
m (translation update)
Line 16: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Configura a orientação do ouvinte.}}
 
{{#set:Description=Configura a orientação do ouvinte.}}
 +
{{#set:Since=000}}
  
 
== Outros Idiomas ==
 
== Outros Idiomas ==
 
{{i18n|love.audio.setOrientation}}
 
{{i18n|love.audio.setOrientation}}

Revision as of 16:56, 8 October 2011

Configura a orientação do ouvinte.

Função

Sinopse

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

Argumentos

number (Português) fx, fy, fz
Vetor dianteiro de orientação do ouvinte.
number (Português) ux, uy, uz
Vetor ascendente de orientação do ouvinte.

Retornos

Nada.

Veja Também


Outros Idiomas