D3DRMPICKDESC2

Contains the face and group identifiers, pick position, horizontal and vertical texture coordinates for the vertex, vertex normal, and color of the objects retrieved by the IDirect3DRMPicked2Array::GetPick method.

typedef struct _D3DRMPICKDESC2

{

ULONG ulFaceIdx;

LONG lGroupIdx;

D3DVECTOR dvPosition;

D3DVALUE tu;

D3DVALUE tv;

D3DVECTOR dvNormal;

D3DCOLOR dcColor;

} D3DRMPICKDESC2, *LPD3DRMPICKDESC2;

Members

ulFaceIdx

Face index of the retrieved object.

lGroupIdx

Group index of the retrieved object.

vPosition

Value describing the position of the retrieved object. This value is a D3DVECTOR structure.

tu and tv

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

dvNormal

Normal vector for the vertex.

dcColor

Vertex color.