Handles loading BVH animation files. More...
#include <common/common.hh>
Public Member Functions | |
BVHLoader () | |
Constructor. More... | |
~BVHLoader () | |
Desutrctor. More... | |
Skeleton * | Load (const std::string &_filename, double _scale) |
Load a BVH file. More... | |
Handles loading BVH animation files.
BVHLoader | ( | ) |
Constructor.
~BVHLoader | ( | ) |
Desutrctor.
Skeleton* Load | ( | const std::string & | _filename, |
double | _scale | ||
) |
Load a BVH file.
[in] | _filename | BVH file to load |
[in] | _scale | Scaling factor to apply to the skeleton |