Assimp
v3.1.1 (June 2014)
|
Inherited by Assimp::Ogre::VertexData, and Assimp::Ogre::VertexDataXml.
Public Member Functions | |
void | AddVertexMapping (uint32_t oldIndex, uint32_t newIndex) |
Add vertex mapping from old to new index. More... | |
AssimpVertexBoneWeightList | AssimpBoneWeights (size_t vertices) |
Returns re-mapped bone assignments. More... | |
bool | HasBoneAssignments () const |
Returns if bone assignments are available. More... | |
IVertexData () | |
std::set< uint16_t > | ReferencedBonesByWeights () const |
Returns a set of bone indexes that are referenced by bone assignments (weights). More... | |
Public Attributes | |
VertexBoneAssignmentList | boneAssignments |
Bone assignments. More... | |
uint32_t | count |
Vertex count. More... | |
Assimp::Ogre::IVertexData::IVertexData | ( | ) |
Add vertex mapping from old to new index.
AssimpVertexBoneWeightList Assimp::Ogre::IVertexData::AssimpBoneWeights | ( | size_t | vertices | ) |
Returns re-mapped bone assignments.
bool Assimp::Ogre::IVertexData::HasBoneAssignments | ( | ) | const |
Returns if bone assignments are available.
std::set< uint16_t > Assimp::Ogre::IVertexData::ReferencedBonesByWeights | ( | ) | const |
Returns a set of bone indexes that are referenced by bone assignments (weights).
VertexBoneAssignmentList Assimp::Ogre::IVertexData::boneAssignments |
Bone assignments.