ReactOS 0.4.15-dev-7918-g2a2556c
_D3DLIGHT7 Struct Reference

#include <d3dtypes.h>

Collaboration diagram for _D3DLIGHT7:

Public Attributes

D3DLIGHTTYPE dltType
 
D3DCOLORVALUE dcvDiffuse
 
D3DCOLORVALUE dcvSpecular
 
D3DCOLORVALUE dcvAmbient
 
D3DVECTOR dvPosition
 
D3DVECTOR dvDirection
 
D3DVALUE dvRange
 
D3DVALUE dvFalloff
 
D3DVALUE dvAttenuation0
 
D3DVALUE dvAttenuation1
 
D3DVALUE dvAttenuation2
 
D3DVALUE dvTheta
 
D3DVALUE dvPhi
 

Detailed Description

Definition at line 580 of file d3dtypes.h.

Member Data Documentation

◆ dcvAmbient

D3DCOLORVALUE _D3DLIGHT7::dcvAmbient

Definition at line 584 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dcvDiffuse

D3DCOLORVALUE _D3DLIGHT7::dcvDiffuse

Definition at line 582 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dcvSpecular

D3DCOLORVALUE _D3DLIGHT7::dcvSpecular

Definition at line 583 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dltType

D3DLIGHTTYPE _D3DLIGHT7::dltType

Definition at line 581 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvAttenuation0

D3DVALUE _D3DLIGHT7::dvAttenuation0

Definition at line 589 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvAttenuation1

D3DVALUE _D3DLIGHT7::dvAttenuation1

Definition at line 590 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvAttenuation2

D3DVALUE _D3DLIGHT7::dvAttenuation2

Definition at line 591 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvDirection

D3DVECTOR _D3DLIGHT7::dvDirection

Definition at line 586 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvFalloff

D3DVALUE _D3DLIGHT7::dvFalloff

Definition at line 588 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvPhi

D3DVALUE _D3DLIGHT7::dvPhi

Definition at line 593 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvPosition

D3DVECTOR _D3DLIGHT7::dvPosition

Definition at line 585 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvRange

D3DVALUE _D3DLIGHT7::dvRange

Definition at line 587 of file d3dtypes.h.

Referenced by d3d_light_SetLight().

◆ dvTheta

D3DVALUE _D3DLIGHT7::dvTheta

Definition at line 592 of file d3dtypes.h.

Referenced by d3d_light_SetLight().


The documentation for this struct was generated from the following file: