BVHLoader Class Reference

Handles loading BVH animation files. More...

#include <common/common.hh>

Public Member Functions

 BVHLoader ()
 Constructor.
 
 ~BVHLoader ()
 Desutrctor.
 
SkeletonLoad (const std::string &_filename, 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()

Skeleton * Load ( const std::string & _filename,
double _scale )

Load a BVH file.

Parameters
[in]_filenameBVH file to load
[in]_scaleScaling factor to apply to the skeleton
Returns
A pointer to a new Skeleton

The documentation for this class was generated from the following file: