Difference between revisions of "love.audio.setOrientation"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


Function

Synopsis

love.audio.setOrientation( v )

Arguments

floatArray v
A float array of size 6 containing [x,y,z] for the forward vector, followed by [x,y,z] for the up vector.

Returns

Nothing.

See Also