Difference between revisions of "love.audio.setPosition"

(What was there was wrong, it sets the position of the listener, not the position of the source.)
(Removed inaccurate remark about WAV files being imported as stereo and not working correctly.)
 
(3 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 +
* [[Source:setPosition]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the position of the listener.}}
 
{{#set:Description=Sets the position of the listener.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.setPosition}}
 
{{i18n|love.audio.setPosition}}

Latest revision as of 20:57, 18 December 2018

Sets the position of the listener, which determines how sounds play.

Function

Synopsis

love.audio.setPosition( x, y, z )

Arguments

number x
The x position of the listener.
number y
The y position of the listener.
number z
The z position of the listener.

Returns

Nothing.

See Also


Other Languages