Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Menge::Vis::LightParam Class Reference

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.
 

Detailed Description

A set of parameters specifying a single light.


The documentation for this class was generated from the following file: