AnimationKey
Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationKey


Defines a set of animation keys. A matrix key is useful for sets of animation data that need to be represented as transformation matrices.

        template AnimationKey
        {
            < 10DD46A8-775B-11CF-8F52-0040333594A3 >
            DWORD keyType;
            DWORD nKeys;
            array TimedFloatKeys keys[nKeys];
        } 

Where:



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.