|
Assimp v3.1.1 (June 2014)
|
Helper structure to represent an ASE file bone. More...
#include <ASEParser.h>
Public Member Functions | |
| Bone () | |
| Constructor. More... | |
| Bone (const std::string &name) | |
| Construction from an existing name. More... | |
Public Attributes | |
| std::string | mName |
| Name of the bone. More... | |
Helper structure to represent an ASE file bone.
|
inline |
Constructor.
|
inlineexplicit |
Construction from an existing name.
| std::string Assimp::ASE::Bone::mName |
Name of the bone.