37 m_pLibrary = a_pLibrary;
39 if ( a_pLibrary !=
TNULL )
41 a_pLibrary->IncreaseRefCount();
43 m_iTKeyCount = a_iTKeyCount;
44 m_iQKeyCount = a_iQKeyCount;
45 m_iTBaseIndex = a_iTBaseIndex;
46 m_iQBaseIndex = a_iQBaseIndex;
47 m_iSBaseIndex = a_iSBaseIndex;
48 m_iSKeyCount = a_iSKeyCount;
49 m_pTranslations = a_pLibrary->m_pTranslations + a_iTBaseIndex;
50 m_pQuaternions = a_pLibrary->m_pQuaternions + a_iQBaseIndex;
51 m_pScales = a_pLibrary->m_pScales + a_iSBaseIndex;
TKeyframeLibrary * CreateEx(TKeyframeLibrary *a_pLibrary, TINT a_iTKeyCount, TINT a_iQKeyCount, TINT a_iSKeyCount, TINT a_iTBaseIndex, TINT a_iQBaseIndex, TINT a_iSBaseIndex)