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

Method GetBoneTransform

trinity/Tr2SkinnedObject.cpp:395–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395const Matrix* Tr2SkinnedObject::GetBoneTransform( unsigned joint ) const
396{
397 if( joint >= m_skinningMatrixCount )
398 {
399 return NULL;
400 }
401
402 return &m_accumulatedTransformsQueue[m_skinningMatrixQueueIndex][joint];
403}
404
405Vector3 Tr2SkinnedObject::GetBonePosition( unsigned joint ) const
406{

Callers 1

InterpolateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected