struttura D3DHAL_DP2SETLIGHT (d3dhal.h)

La struttura D3DHAL_DP2SETLIGHT consente di impostare le luci per D3dDrawPrimitives2.

Sintassi

typedef struct _D3DHAL_DP2SETLIGHT {
  DWORD dwIndex;
  DWORD dwDataType;
} D3DHAL_DP2SETLIGHT;

Members

dwIndex

Specifica un indice in una matrice di luci.

dwDataType

Specifica il tipo di dati passati.

Valore Significato
D3DHAL_SETLIGHT_DATA Specifica che una struttura D3DLIGHT7 (descritta nella documentazione Microsoft Windows SDK) che definisce la luce segue immediatamente nel flusso di comandi.
D3DHAL_SETLIGHT_ENABLE Abilita la luce il cui indice è specificato in dwIndex.
D3DHAL_SETLIGHT_DISABLE Disabilita la luce il cui indice è specificato in dwIndex.

Requisiti

Requisito Valore
Intestazione d3dhal.h (include D3dhal.h)

Vedi anche

D3dDrawPrimitives2