This is the documentation for Enlighten.
struct Enlighten SelectUnculled
template<typename Culler>
struct Enlighten::SelectUnculled
Selector which selects unculled lights.
Variables
Name | Description |
|---|---|
const Culler & m_Culler | The culler to perform the cull test. |
Functions
Name | Description |
|---|---|
Checks if the given light should be selected. | |
Constructor. |
GEO_CONTROLLED_INLINE bool Enlighten::SelectUnculled< Culler >::IsSelected
public: GEO_CONTROLLED_INLINE bool IsSelected
(
const CachedLightType & light
) const
Checks if the given light should be selected.
Enlighten::SelectUnculled< Culler >::SelectUnculled
public: SelectUnculled
(
const Culler & culler
)
Constructor.