#include <SND_SoundListener.h>
Inheritance diagram for SND_SoundListener:
Public Methods | |
SND_SoundListener () | |
virtual | ~SND_SoundListener () |
void | setModified (bool mod) |
void | setGain (MT_Scalar gain) |
void | setPosition (const MT_Point3& pos) |
void | setVelocity (const MT_Vector3& vel) |
void | setOrientation (const MT_Matrix3x3& ori) |
bool | isModified () const |
isModified will return true if the scene must update some parameter of the object. More... | |
float | getGain () const |
MT_Point3 | getPosition () const |
MT_Point3 | getVelocity () const |
MT_Matrix3x3 | getOrientation () |
|
Definition at line 11 of file SND_SoundListener.cpp. |
|
Definition at line 29 of file SND_SoundListener.cpp. |
|
Definition at line 29 of file SND_SoundListener.h. |
|
Definition at line 32 of file SND_SoundListener.h. |
|
Definition at line 30 of file SND_SoundListener.h. |
|
Definition at line 31 of file SND_SoundListener.h. |
|
isModified will return true if the scene must update some parameter of the object. This can be modifications like setting volume, position or start/stop playing. Reimplemented from SND_IObject. Definition at line 27 of file SND_SoundListener.h. |
|
Reimplemented from SND_IObject. Definition at line 34 of file SND_SoundListener.cpp. |
|
Reimplemented from SND_IObject. Definition at line 21 of file SND_SoundListener.h. |
|
Reimplemented from SND_IObject. Definition at line 52 of file SND_SoundListener.cpp. |
|
Reimplemented from SND_IObject. Definition at line 40 of file SND_SoundListener.cpp. |
|
Reimplemented from SND_IObject. Definition at line 46 of file SND_SoundListener.cpp. |