Inheritance Graph
graph BT
Listener
click Listener "classSound_1_1Listener"
Description
Public Static Functions
Public Functions
|
|
|
|
int |
getDistanceModel() |
|
|
float |
getDopplerFactor() |
|
|
float |
getGain() |
|
|
void |
getOrientation(float & dirX, float & dirY, float & dirZ, float & upX, float & upY, float & upZ) |
|
|
void |
getPosition(float & x, float & y, float & z) |
|
|
float |
getSpeedOfSound() |
|
|
void |
getVelocity(float & x, float & y, float & z) |
|
|
void |
setDistanceModel(int modelType) |
|
|
void |
setDopplerFactor(float f) |
|
|
void |
setGain(float f) |
|
|
void |
setOrientation(float dirX, float dirY, float dirZ, float upX, float upY, float upZ) |
|
|
void |
setPosition(float x, float y, float z) |
|
|
void |
setSpeedOfSound(float f) |
|
|
void |
setVelocity(float x, float y, float z) |
Documentation
function
Sound::Listener::getInstance
Defined in Sound/Listener.h:21
function
Sound::Listener::getDistanceModel
Defined in Sound/Listener.h:23
function
Sound::Listener::getDopplerFactor
Defined in Sound/Listener.h:24
function
Sound::Listener::getGain
Defined in Sound/Listener.h:25
function
Sound::Listener::getOrientation
|
|
|
|
|
|
void getOrientation( |
float & |
dirX, |
|
float & |
dirY, |
|
float & |
dirZ, |
|
float & |
upX, |
|
float & |
upY, |
|
float & |
upZ |
) |
|
|
Defined in Sound/Listener.h:26
function
Sound::Listener::getPosition
Defined in Sound/Listener.h:27
function
Sound::Listener::getSpeedOfSound
Defined in Sound/Listener.h:28
function
Sound::Listener::getVelocity
Defined in Sound/Listener.h:29
function
Sound::Listener::setDistanceModel
Defined in Sound/Listener.h:30
function
Sound::Listener::setDopplerFactor
Defined in Sound/Listener.h:31
function
Sound::Listener::setGain
Defined in Sound/Listener.h:32
function
Sound::Listener::setOrientation
|
|
|
|
|
|
void setOrientation( |
float |
dirX, |
|
float |
dirY, |
|
float |
dirZ, |
|
float |
upX, |
|
float |
upY, |
|
float |
upZ |
) |
|
|
Defined in Sound/Listener.h:33
function
Sound::Listener::setPosition
Defined in Sound/Listener.h:34
function
Sound::Listener::setSpeedOfSound
Defined in Sound/Listener.h:35
function
Sound::Listener::setVelocity
Defined in Sound/Listener.h:36