#include <OpenAL.hh>
Public Member Functions | |
OpenALSink () | |
Constructor. More... | |
virtual | ~OpenALSink () |
Destructor. More... | |
bool | SetPose (const ignition::math::Pose3d &_pose) |
Set the position of the sink. More... | |
bool | SetVelocity (const ignition::math::Vector3d &_vel) |
Set the velocity of the sink. More... | |
OpenAL Listener.
This can be thought of as a microphone.
OpenALSink | ( | ) |
Constructor.
|
virtual |
Destructor.
bool SetPose | ( | const ignition::math::Pose3d & | _pose | ) |
Set the position of the sink.
[in] | _pose | New pose of the sink. |
bool SetVelocity | ( | const ignition::math::Vector3d & | _vel | ) |
Set the velocity of the sink.
[in] | _vel | Velocity of the sink. |