< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DPDFAnimationData Struct Reference

Structure to define an animation. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_pcName
 
A3DInt32 m_iNumAnimationMotions
 
A3DPDFAnimMotion ** m_ppAnimationMotions
 
A3DInt32 m_iFramesPerSecond
 

Detailed Description

Structure to define an animation.

Version
6.1

Field Documentation

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.