Listener.UpVector

The upward vector of the listener in the scene.

The upward vector defines the 3D axes of the listener (left, up, front) in the scene. The upward vector doesn't have to be normalized.

The default listener's upward vector is (0, 1, 0).

More...
  1. Vector3f UpVector [@property setter]
    class Listener
    deprecated("Use the 'upVector' property instead.") @property static
    void
    UpVector
  2. Vector3f UpVector [@property getter]

Detailed Description

Deprecated: Use the 'upVector' property instead.

Meta