Listener.Direction

The orientation of the listener in the scene.

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

The default listener's orientation is (0, 0, -1).

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

Detailed Description

Deprecated: Use the 'direction' property instead.

Meta