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
Face index of the retrieved object.
Group index of the retrieved object.
Value describing the position of the retrieved object. This value is a D3DVECTOR structure.
Horizontal and vertical texture coordinates, respectively, for the vertex.
Normal vector for the vertex.
Vertex color.