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

Method IsUsingCMF

trinity/Tr2GrannyAnimation.cpp:391–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389#endif
390
391bool Tr2GrannyAnimation::IsUsingCMF() const
392{
393 if( m_grannyRes )
394 {
395 return m_grannyRes->IsUsingCMF();
396 }
397 if( m_geometryRes )
398 {
399 return m_geometryRes->IsUsingCMF();
400 }
401 return false;
402}
403
404const cmf::Data* Tr2GrannyAnimation::GetCMFData() const
405{

Callers 11

CreatePrimitiveMethod · 0.45
GetSecondaryCMFFileInfoFunction · 0.45
GetSecondaryFileInfoFunction · 0.45
GetCMFDataMethod · 0.45
RebuildCachedDataMethod · 0.45
GetAnimationNamesMethod · 0.45
GetBoneTransformsMethod · 0.45
CreateBindingMethod · 0.45
HasMeshBindingMethod · 0.45
GetMeshBindingIndicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected