Namespaces | |
namespace | osgAL |
Integration of OpenAL++ into OpenSceneGraph. | |
Functions | |
template<typename T > | |
T const | osgAL::mix (T const &a, T const &b, float s) |
Lineary interpolate from a to b using s = {0,..1}. | |
template<typename T > | |
T const & | osgAL::min (T const &a, T const &b) |
Return the smallest item of a and b. | |
template<typename T > | |
T const & | osgAL::max (T const &a, T const &b) |
Return the greatest item of a and b. | |
template<typename T > | |
T const & | osgAL::clamp (T const &x, T const &min, T const &max) |
Return the greatest item of a and b. |