OpenSceneGraph
Public Member Functions | Protected Attributes | List of all members
osgAnimation::RigTransformSoftware::VertexGroup Class Reference

map a set of boneinfluence to a list of vertex indices sharing this set More...

Public Member Functions

BonePtrWeightListgetBoneWeights ()
 
IndexListgetVertices ()
 
void resetMatrix ()
 
void accummulateMatrix (const osg::Matrix &invBindMatrix, const osg::Matrix &matrix, osg::Matrix::value_type weight)
 
void computeMatrixForVertexSet ()
 
void normalize ()
 
const osg::MatrixgetMatrix () const
 

Protected Attributes

BonePtrWeightList _boneweights
 
IndexList _vertexes
 
osg::Matrix _result
 

Detailed Description

map a set of boneinfluence to a list of vertex indices sharing this set

Member Function Documentation

◆ accummulateMatrix()

void osgAnimation::RigTransformSoftware::VertexGroup::accummulateMatrix ( const osg::Matrix invBindMatrix,
const osg::Matrix matrix,
osg::Matrix::value_type  weight 
)
inline

References osg::Matrixd::ptr().

◆ computeMatrixForVertexSet()

void osgAnimation::RigTransformSoftware::VertexGroup::computeMatrixForVertexSet ( )
inline

◆ getBoneWeights()

BonePtrWeightList& osgAnimation::RigTransformSoftware::VertexGroup::getBoneWeights ( )
inline

◆ getMatrix()

const osg::Matrix& osgAnimation::RigTransformSoftware::VertexGroup::getMatrix ( ) const
inline

◆ getVertices()

IndexList& osgAnimation::RigTransformSoftware::VertexGroup::getVertices ( )
inline

◆ normalize()

void osgAnimation::RigTransformSoftware::VertexGroup::normalize ( )

◆ resetMatrix()

void osgAnimation::RigTransformSoftware::VertexGroup::resetMatrix ( )
inline

Member Data Documentation

◆ _boneweights

BonePtrWeightList osgAnimation::RigTransformSoftware::VertexGroup::_boneweights
protected

◆ _result

osg::Matrix osgAnimation::RigTransformSoftware::VertexGroup::_result
protected

◆ _vertexes

IndexList osgAnimation::RigTransformSoftware::VertexGroup::_vertexes
protected

The documentation for this class was generated from the following file: