Listener.setPosition

Set the position. Default is (0, 0, 0)

  1. void setPosition(float[3] pos)
    class Listener
    static
    void
    setPosition
    (
    float[3] pos
    )
  2. void setPosition(Vector3f pos)
  3. void setPosition(float x, float y, float z)

Meta