This is the documentation for Enlighten.

struct Enlighten LightTypeInfo

struct Enlighten::LightTypeInfo

A class which represents a group of a particular type of lights.

Variables

Name Description
Geo::u32 m_LightCount

The number of lights of this type.

InputLightBase ** m_Lights

Array of pointers to lights of the same type.

Geo::u32 * m_OriginalIndexes

Indices of the lights in the original, unsorted light list.