DemMgr.h

Classes

DemMgr -- (full description)

class DemMgr

Interface

Public Members
DemMgr ()
virtual ~DemMgr ()
void process (double x, double y, double z, double a1, double a2, double a3)
void process (float trans[4][4])

Description

Member Description

DemMgr ()

Constructor: DemMgr Create new manager for playing sounds at specified time.

virtual ~DemMgr ()

Destructor: ~DemMgr

void process (double x, double y, double z, double a1, double a2, double a3)

Method: process Process all sounds playing at current time given listener position in world coordinates and head orientation.

void process (float trans[4][4])

Method: process Process all sounds playing when given world to listener coordinate transformation matrix.