ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <types.h>
Public Attributes | |
GLfloat | Ambient [4] |
GLfloat | Diffuse [4] |
GLfloat | Specular [4] |
GLfloat | Position [4] |
GLfloat | Direction [4] |
GLfloat | SpotExponent |
GLfloat | SpotCutoff |
GLfloat | CosCutoff |
GLfloat | ConstantAttenuation |
GLfloat | LinearAttenuation |
GLfloat | QuadraticAttenuation |
GLboolean | Enabled |
struct gl_light * | NextEnabled |
GLfloat | VP_inf_norm [3] |
GLfloat | h_inf_norm [3] |
GLfloat | NormDirection [3] |
GLfloat | SpotExpTable [EXP_TABLE_SIZE][2] |
GLfloat | MatAmbient [2][3] |
GLfloat | MatDiffuse [2][3] |
GLfloat | MatSpecular [2][3] |
GLfloat | dli |
GLfloat | sli |
GLfloat gl_light::CosCutoff |
Definition at line 568 of file types.h.
Referenced by gl_index_shade_vertices().
Definition at line 574 of file types.h.
Referenced by gl_update_lighting().
GLfloat gl_light::SpotExpTable[EXP_TABLE_SIZE][2] |