OpenSceneGraph
3.5.1
|
Classes | |
class | BoneWeight |
class | UniqVertexSetToBoneSet |
Public Types | |
typedef std::vector< VertexInfluence > | BoneToVertexList |
typedef std::vector< BoneWeight > | BoneWeightList |
typedef std::map< int, BoneWeightList > | VertexIndexToBoneWeightMap |
typedef std::vector< UniqVertexSetToBoneSet > | UniqVertexSetToBoneSetList |
Public Member Functions | |
const UniqVertexSetToBoneSetList & | getUniqVertexSetToBoneSetList () const |
void | addVertexInfluence (const VertexInfluence &v) |
void | buildVertex2BoneList () |
void | buildUniqVertexSetToBoneSetList () |
void | clear () |
const VertexIndexToBoneWeightMap & | getVertexToBoneList () const |
Protected Attributes | |
BoneToVertexList | _bone2Vertexes |
VertexIndexToBoneWeightMap | _vertex2Bones |
UniqVertexSetToBoneSetList | _uniqVertexSetToBoneSet |
typedef std::vector<VertexInfluence> osgAnimation::VertexInfluenceSet::BoneToVertexList |
typedef std::vector<BoneWeight> osgAnimation::VertexInfluenceSet::BoneWeightList |
typedef std::vector<UniqVertexSetToBoneSet> osgAnimation::VertexInfluenceSet::UniqVertexSetToBoneSetList |
typedef std::map<int,BoneWeightList> osgAnimation::VertexInfluenceSet::VertexIndexToBoneWeightMap |
void osgAnimation::VertexInfluenceSet::addVertexInfluence | ( | const VertexInfluence & | v | ) |
void osgAnimation::VertexInfluenceSet::buildUniqVertexSetToBoneSetList | ( | ) |
void osgAnimation::VertexInfluenceSet::buildVertex2BoneList | ( | ) |
void osgAnimation::VertexInfluenceSet::clear | ( | ) |
|
inline |
const VertexIndexToBoneWeightMap& osgAnimation::VertexInfluenceSet::getVertexToBoneList | ( | ) | const |
|
protected |
|
protected |
|
protected |
Generated at Wed Nov 11 2015 22:14:52 for the OpenSceneGraph by doxygen 1.8.10. |