D3DRMPICKDESC

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

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.

See Also

D3DVECTOR, IDirect3DRMPickedArray::GetPick