#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 146 of file lighting.h. |
|
Reimplemented from CLight. Definition at line 117 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 182 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 125 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 150 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 207 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 190 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 142 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 198 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 133 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 166 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 158 of file lighting.cpp. |
|
Reimplemented from CLight. Definition at line 174 of file lighting.cpp. |