D3DXKEY_VECTOR3
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXKEY_VECTOR3 Structure


Describes a vector key for use in key frame animation. It specifies a vector at a given time. This is used for scale and translation keys.

Syntax

typedef struct _D3DXKEY_VECTOR3 {
    FLOAT Time;
    D3DXVECTOR3 Value;
} D3DXKEY_VECTOR3, *LPD3DXKEY_VECTOR3;

Members

Time
Key frame time stamp.
Value
D3DXVECTOR3 3-D vector that supplies scale and/or translation values.

Structure Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98


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