Sets the orientation of the listener.
== Function ==
=== Synopsis ===
<source lang="lua">
love.audio.setOrientation( fx, fy, fz, ux, uy, uz )
</source>
=== Arguments ===
{{param|number|fx, fy, fz|Forward vector of the listener orientation.}}
{{param|number|ux, uy, uz|Up vector of the listener orientation.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.audio]]
[[Category:Functions]]
{{#set:Description=Sets the orientation of the listener.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.audio.setOrientation}}