dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Listener.setVelocity
Dgame
Audio
Listener
Listener
Set the velocity with x, y and z coordinates. Default is (0, 0, 0)
void
setVelocity
(float[3] vel)
void
setVelocity
(Vector3f vel)
void
setVelocity
(float x, float y, float z)
class
Listener
static
void
setVelocity
(
float
x
,
float
y
,
float
z
= 0
)
Meta
Source
See Implementation
Dgame
Audio
Listener
Listener
static functions
getOrientation
getPosition
getVelocity
setOrientation
setPosition
setVelocity
Set the velocity with x, y and z coordinates. Default is (0, 0, 0)