Listener.setOrientation

Set the orientation. Default is (0, 0, -1) and (0, 1, 0)

  1. void setOrientation(float[6] ori)
  2. void setOrientation(Vector3f at, Vector3f up)
    class Listener
    static
    void
    setOrientation
    (
    ref const Vector3f at
    ,
    ref const Vector3f up
    )
  3. void setOrientation(float u, float v, float w, float x, float y, float z)

Meta