D3DRMVERTEX

typedef struct _D3DRMVERTEX{

D3DVECTOR position;

D3DVECTOR normal;

D3DVALUE tu, tv;

D3DCOLOR color;

} D3DRMVERTEX;

Describes a vertex in a Direct3DRMMesh object.

position

Position of the vertex.

normal

Normal vector for the vertex.

tu and tv

Horizontal and vertical texture coordinates, respectively, for the vertex.

color

Vertex color.