MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetAnimationBoneList

Method GetAnimationBoneList

trinity/Tr2GrannyAnimation.cpp:1804–1813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1802}
1803
1804const std::string* Tr2GrannyAnimation::GetAnimationBoneList( unsigned int& numBones ) const
1805{
1806 numBones = (unsigned int)m_boneList.size();
1807 if( numBones )
1808 {
1809 return &m_boneList[0];
1810 }
1811
1812 return NULL;
1813}
1814
1815const Matrix* Tr2GrannyAnimation::GetAnimationTransforms()
1816{

Callers 4

UpdateBonesMethod · 0.45
GetBoneIndexMethod · 0.45
PrintAllBonesMethod · 0.45
AddAllBonesMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected