public

Inheritance Graph

graph BT
	Listener
	click Listener "classSound_1_1Listener"

Description

Public Static Functions

   
   
Listener * getInstance()

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

public static
   
   
Listener * getInstance( )

Defined in Sound/Listener.h:21


function
Sound::Listener::getDistanceModel

public
   
   
int getDistanceModel( )

Defined in Sound/Listener.h:23


function
Sound::Listener::getDopplerFactor

public
   
   
float getDopplerFactor( )

Defined in Sound/Listener.h:24


function
Sound::Listener::getGain

public
   
   
float getGain( )

Defined in Sound/Listener.h:25


function
Sound::Listener::getOrientation

public
     
     
void getOrientation( float & dirX,
  float & dirY,
  float & dirZ,
  float & upX,
  float & upY,
  float & upZ
)    

Defined in Sound/Listener.h:26


function
Sound::Listener::getPosition

public
     
     
void getPosition( float & x,
  float & y,
  float & z
)    

Defined in Sound/Listener.h:27


function
Sound::Listener::getSpeedOfSound

public
   
   
float getSpeedOfSound( )

Defined in Sound/Listener.h:28


function
Sound::Listener::getVelocity

public
     
     
void getVelocity( float & x,
  float & y,
  float & z
)    

Defined in Sound/Listener.h:29


function
Sound::Listener::setDistanceModel

public
     
     
void setDistanceModel( int modelType )

Defined in Sound/Listener.h:30


function
Sound::Listener::setDopplerFactor

public
     
     
void setDopplerFactor( float f )

Defined in Sound/Listener.h:31


function
Sound::Listener::setGain

public
     
     
void setGain( float f )

Defined in Sound/Listener.h:32


function
Sound::Listener::setOrientation

public
     
     
void setOrientation( float dirX,
  float dirY,
  float dirZ,
  float upX,
  float upY,
  float upZ
)    

Defined in Sound/Listener.h:33


function
Sound::Listener::setPosition

public
     
     
void setPosition( float x,
  float y,
  float z
)    

Defined in Sound/Listener.h:34


function
Sound::Listener::setSpeedOfSound

public
     
     
void setSpeedOfSound( float f )

Defined in Sound/Listener.h:35


function
Sound::Listener::setVelocity

public
     
     
void setVelocity( float x,
  float y,
  float z
)    

Defined in Sound/Listener.h:36