MAXBoneAnimTrack |
This is a container class for animation tracks during conversion.
|
Interface Method |
Description |
|
Class constructor |
|
|
Class destructor |
|
|
Allocates an array of IFXKeyFrame objects to store the animation data |
|
|
Populates a keyframe |
|
|
Sets the name of the bone |
This is the constructor method.
Parameters:
None
This is the destructor method.
Parameters:
None
This method allocates an array of IFXKeyFrame objects to store the animation data.
Parameters:
|
in_FrameCnt |
Number of key frames for the bone |
Comments:
Does not check for allocation failure.
This method populates a keyframe.
Parameters:
|
in_Idx |
Index of the keyframe |
|
in_Time |
Time at which the keyframe occurs |
|
in_Rot |
Rotation of the keyframe |
|
in_Disp |
Displacement of the keyframe |
|
in_Scale |
Scale of the keyframe |
Comments:
No error checking for array overrun
This method sets the name of the bone.
Parameters:
|
in_Name |
Name to set the bone to |
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.