![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
A set of parameters specifying a single light. More...
#include <ViewConfig.h>
Public Member Functions | |
| LightParam () | |
| Default constructor. | |
Public Attributes | |
| float | _r |
| The red channel of the light's diffuse color. | |
| float | _g |
| The green channel of the light's diffuse color. | |
| float | _b |
| The blue channel of the light's diffuse color. | |
| float | _a |
| The alpha channel of the lights' diffuse color. | |
| float | _x |
| The x-value of the light position. | |
| float | _y |
| The y-value of the light position. | |
| float | _z |
| The z-value of the light position. | |
| float | _w |
| The w-value of the light position. Determines if the light Is a point or directional light. | |
| SceneGraph::GLLight::LightSpace | _space |
| The space in which the light lives. | |
A set of parameters specifying a single light.
1.8.8