public class Listener
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Vector3f |
getDirection() |
Vector3f |
getLeft() |
Vector3f |
getLocation() |
Quaternion |
getRotation() |
Vector3f |
getUp() |
Vector3f |
getVelocity() |
float |
getVolume() |
void |
setLocation(Vector3f location) |
void |
setRenderer(AudioRenderer renderer) |
void |
setRotation(Quaternion rotation) |
void |
setVelocity(Vector3f velocity) |
void |
setVolume(float volume) |
public Listener()
public Listener(Listener source)
public void setRenderer(AudioRenderer renderer)
public float getVolume()
public void setVolume(float volume)
public Vector3f getLocation()
public Quaternion getRotation()
public Vector3f getVelocity()
public Vector3f getLeft()
public Vector3f getUp()
public Vector3f getDirection()
public void setLocation(Vector3f location)
public void setRotation(Quaternion rotation)
public void setVelocity(Vector3f velocity)