Contains the pick position and face and group identifiers of the objects retrieved by the IDirect3DRMPickedArray::GetPick method.
typedef struct _D3DRMPICKDESC {
ULONG ulFaceIdx;
LONG lGroupIdx;
D3DVECTOR vPosition;
} D3DRMPICKDESC, *LPD3DRMPICKDESC;
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.
See Also
D3DVECTOR, IDirect3DRMPickedArray::GetPick