#include <lighting.h>
Inheritance diagram for CLighting::
Public Methods | |
CLighting (CGLContext &context) | |
virtual CLight & | GetLight (int num)=0 |
virtual void | SetLightingEnabled (bool enabled)=0 |
virtual void | SetGlobalAmbient (cpu_vec_xyzw newAmb)=0 |
Protected Attributes | |
CGLContext & | GLContext |
Static Protected Attributes | |
const int | NumLights = 8 |
|
Definition at line 178 of file lighting.h. |
|
Reimplemented in CImmLighting, and CDListLighting. Referenced by glDisable(), glEnable(), glLightf(), and glLightfv().
|
|
Reimplemented in CImmLighting, and CDListLighting. |
|
Reimplemented in CImmLighting, and CDListLighting. Referenced by glDisable(), and glEnable().
|
|
Definition at line 174 of file lighting.h. |
|
Definition at line 175 of file lighting.h. |