public class Listener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private float |
gain |
private Vector3d |
position |
Constructor and Description |
---|
Listener() |
Modifier and Type | Method and Description |
---|---|
float |
getGain() |
Vector3d |
getListenerPosition() |
void |
reset() |
void |
setGain(float p_216466_1_) |
void |
setListenerOrientation(Vector3f p_227580_1_,
Vector3f p_227580_2_) |
void |
setListenerPosition(Vector3d p_216465_1_) |
private float gain
private Vector3d position
public void setListenerPosition(Vector3d p_216465_1_)
public Vector3d getListenerPosition()
public void setListenerOrientation(Vector3f p_227580_1_, Vector3f p_227580_2_)
public void setGain(float p_216466_1_)
public float getGain()
public void reset()