#include <lighting.h>
Inheritance diagram for CDListLight::
Public Methods | |
CDListLight (CGLContext &context, int lightNum) | |
void | SetAmbient (cpu_vec_xyzw ambient) |
void | SetDiffuse (cpu_vec_xyzw diffuse) |
void | SetSpecular (cpu_vec_xyzw specular) |
void | SetPosition (cpu_vec_xyzw position) |
void | SetDirection (cpu_vec_xyzw direction) |
void | SetSpotDirection (cpu_vec_xyzw dir) |
void | SetSpotCutoff (float cutoff) |
void | SetSpotExponent (float exp) |
void | SetConstantAtten (float atten) |
void | SetLinearAtten (float atten) |
void | SetQuadAtten (float atten) |
void | SetEnabled (bool yesNo) |
|
Definition at line 148 of file lighting.h. |
|
Reimplemented from CLight. Definition at line 119 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 184 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 127 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 152 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 209 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 192 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 144 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 200 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 135 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 168 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 160 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 176 of file lighting.cpp. |