Ogre Skeleton.
More...
Enumerator |
---|
ANIMBLEND_AVERAGE |
Animations are applied by calculating a weighted average of all animations.
|
ANIMBLEND_CUMULATIVE |
Animations are applied by calculating a weighted cumulative total.
|
Assimp::Ogre::Skeleton::Skeleton |
( |
| ) |
|
Assimp::Ogre::Skeleton::~Skeleton |
( |
| ) |
|
Bone * Assimp::Ogre::Skeleton::BoneById |
( |
uint16_t |
id | ) |
const |
Bone * Assimp::Ogre::Skeleton::BoneByName |
( |
const std::string & |
name | ) |
const |
size_t Assimp::Ogre::Skeleton::NumRootBones |
( |
| ) |
const |
Returns number of unparented root bones.
void Assimp::Ogre::Skeleton::Reset |
( |
| ) |
|
Releases all memory that this data structure owns.
BoneList Assimp::Ogre::Skeleton::RootBones |
( |
| ) |
const |
Returns unparented root bones.
- Todo:
- Take blend mode into account, but where?
The documentation for this class was generated from the following files: