Polycode
Polycode::SceneSoundListener Class Reference

Creates a positional 3D sound listener. More...

Inherits Polycode::SceneEntity.

List of all members.

Public Member Functions

void Update ()
 Main update method.

Detailed Description

Creates a positional 3D sound listener.

There can be only one listener active at any one time.


Member Function Documentation

void SceneSoundListener::Update ( ) [virtual]

Main update method.

Override this to do your updates before the render cycle.

Reimplemented from Polycode::Entity.