BVHLoader Class Reference
Handles loading BVH animation files. More...
#include <gz/common/BVHLoader.hh>
Public Member Functions | |
| BVHLoader () | |
| Constructor. | |
| ~BVHLoader () | |
| Desutrctor. | |
| std::unique_ptr< Skeleton > | Load (const std::string &_filename, const double _scale) |
| Load a BVH file. | |
Detailed Description
Handles loading BVH animation files.
Constructor & Destructor Documentation
◆ BVHLoader()
| BVHLoader | ( | ) |
Constructor.
◆ ~BVHLoader()
| ~BVHLoader | ( | ) |
Desutrctor.
Member Function Documentation
◆ Load()
| std::unique_ptr< Skeleton > Load | ( | const std::string & | _filename, |
| const double | _scale | ||
| ) |
Load a BVH file.
- Parameters
-
[in] _filename BVH file to load [in] _scale Scaling factor to apply to the skeleton
- Returns
- A pointer to a new Skeleton
The documentation for this class was generated from the following file: