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 MatrixType & | getMatrix () const |
Protected Attributes | |
| BoneWeightList | _bones |
| VertexList | _vertexes |
| MatrixType | _result |
| void osgAnimation::TransformVertexFunctor::UniqBoneSetVertexSet::accummulateMatrix | ( | const osg::Matrix & | invBindMatrix, | |
| const osg::Matrix & | matrix, | |||
| osg::Matrix::value_type | weight | |||
| ) | [inline] |
| void osgAnimation::TransformVertexFunctor::UniqBoneSetVertexSet::computeMatrixForVertexSet | ( | ) | [inline] |
References _bones, _result, accummulateMatrix(), osgAnimation::Bone::getInvBindMatrixInSkeletonSpace(), osgAnimation::Bone::getMatrixInSkeletonSpace(), osg::Matrixd::identity(), osg::notify(), resetMatrix(), and osg::WARN.
Referenced by osgAnimation::TransformVertexFunctor::compute(), and osgAnimation::TransformVertexFunctor::computeNormal().
| BoneWeightList& osgAnimation::TransformVertexFunctor::UniqBoneSetVertexSet::getBones | ( | ) | [inline] |
References _bones.
| const MatrixType& osgAnimation::TransformVertexFunctor::UniqBoneSetVertexSet::getMatrix | ( | ) | const [inline] |
References _result.
Referenced by osgAnimation::TransformVertexFunctor::compute(), and osgAnimation::TransformVertexFunctor::computeNormal().
| VertexList& osgAnimation::TransformVertexFunctor::UniqBoneSetVertexSet::getVertexes | ( | ) | [inline] |
References _vertexes.
Referenced by osgAnimation::TransformVertexFunctor::compute(), and osgAnimation::TransformVertexFunctor::computeNormal().
| void osgAnimation::TransformVertexFunctor::UniqBoneSetVertexSet::resetMatrix | ( | ) | [inline] |
Referenced by computeMatrixForVertexSet(), and getBones().
Referenced by accummulateMatrix(), computeMatrixForVertexSet(), getMatrix(), and resetMatrix().
Referenced by getVertexes().
| Generated at Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |