Structure to define an animation. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DUTF8Char * | m_pcName |
A3DInt32 | m_iNumAnimationMotions |
A3DPDFAnimMotion ** | m_ppAnimationMotions |
A3DInt32 | m_iFramesPerSecond |
Structure to define an animation.
A3DUns16 A3DPDFAnimationData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DUTF8Char* A3DPDFAnimationData::m_pcName |
Name of the animation.
A3DInt32 A3DPDFAnimationData::m_iNumAnimationMotions |
Number of motions.
A3DPDFAnimMotion** A3DPDFAnimationData::m_ppAnimationMotions |
Array of motions.
A3DInt32 A3DPDFAnimationData::m_iFramesPerSecond |
Number of frames per second.