OpenSceneGraph
|
Public Member Functions | |
BoneWeightList & | getBones () |
VertexList & | getVertexes () |
void | resetMatrix () |
void | accummulateMatrix (const osg::Matrix &invBindMatrix, const osg::Matrix &matrix, osg::Matrix::value_type weight) |
void | computeMatrixForVertexSet () |
const osg::Matrix & | getMatrix () const |
Protected Attributes | |
BoneWeightList | _bones |
VertexList | _vertexes |
osg::Matrix | _result |