![]() |
![]() |
![]() |
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
Header d3dx9mesh.h Minimum operating systems Windows 98