#include <Light.h>
Inheritance diagram for LIGHT:
Public Member Functions | |
LIGHT () | |
~LIGHT () | |
GLvoid | Reset () |
GLvoid | Update () |
GLvoid | Apply () |
Public Attributes | |
int | LightNumber |
GLfloat | Ambient [4] |
GLfloat | Diffuse [4] |
GLfloat | Specular [4] |
bool | SpotLight |
VECTOR | SpotDirection |
GLfloat | SpotExponent |
GLfloat | SpotCutoff |
GLfloat | Constant |
GLfloat | Linear |
GLfloat | Quadratic |
GLfloat | GlobalAmbient [4] |
bool | Positional |
bool | LocalViewer |
bool | TwoSided |
|
|
|
|
|
|
|
Reimplemented from COBJECT. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|