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 | ) |
void osgAnimation::VertexInfluenceSet::buildUniqVertexSetToBoneSetList | ( | ) |
void osgAnimation::VertexInfluenceSet::buildVertex2BoneList | ( | ) |
void osgAnimation::VertexInfluenceSet::clear | ( | ) |
const UniqVertexSetToBoneSetList& osgAnimation::VertexInfluenceSet::getUniqVertexSetToBoneSetList | ( | ) | const [inline] |
const VertexIndexToBoneWeightMap& osgAnimation::VertexInfluenceSet::getVertexToBoneList | ( | ) | const |
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |