|
OpenSceneGraph
3.0.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 | ) |
| const UniqVertexSetToBoneSetList& osgAnimation::VertexInfluenceSet::getUniqVertexSetToBoneSetList | ( | ) | const [inline] |
| Generated at Thu Sep 27 2012 17:03:10 for the OpenSceneGraph by doxygen 1.7.6.1. |