DemMgr.h
Classes
- DemMgr -- (full description)
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])
Member Description
Constructor: DemMgr
Create new manager for playing sounds at specified time.
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.