love.audio.setPosition
Sets the position of the listener.
Function
Synopsis
love.audio.setPosition( v )
Arguments
floatArray v
- A float array of size 3 containing [x,y,z] in that order
Returns
Nothing.
Sets the position of the listener.
love.audio.setPosition( v )
floatArray v
Nothing.