#include <audio_world.h>
Public Member Functions | |
AudioWorld (const ResourceManager &resources) | |
void | enable_ambience (bool enable) |
void | enable_reverse_stereo (bool enable) |
bool | is_ambience_enabled () const |
bool | is_reverse_stereo_enabled () const |
void | set_listener (const Vec3f &position, const Quaternionf &orientation) |
void | update () |
Friends | |
class | AudioObject |
class | AudioObject_Impl |
clan::AudioWorld::AudioWorld | ( | const ResourceManager & | resources | ) |
void clan::AudioWorld::enable_ambience | ( | bool | enable | ) |
void clan::AudioWorld::enable_reverse_stereo | ( | bool | enable | ) |
bool clan::AudioWorld::is_ambience_enabled | ( | ) | const |
bool clan::AudioWorld::is_reverse_stereo_enabled | ( | ) | const |
void clan::AudioWorld::set_listener | ( | const Vec3f & | position, |
const Quaternionf & | orientation | ||
) |
void clan::AudioWorld::update | ( | ) |
|
friend |
|
friend |