XLE  v0.02.0
Public Types | Public Member Functions | Public Attributes | List of all members
SceneEngine::LightDesc Class Reference

Defines a dynamic light More...

#include <LightDesc.h>

Public Types

enum  Shape {
  Directional, Sphere, Tube, Rectangle,
  Disc
}
 

Public Member Functions

 LightDesc (const Utility::ParameterBox &paramBox)
 

Public Attributes

Float3x3 _orientation
 
Float3 _position
 
Float2 _radii
 
float _cutoffRange
 
Shape _shape
 
Float3 _diffuseColor
 
Float3 _specularColor
 
float _diffuseWideningMin
 
float _diffuseWideningMax
 
unsigned _diffuseModel
 
unsigned _shadowResolveModel
 

Detailed Description

Defines a dynamic light

Lights defined by this structure


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