This is the documentation for Enlighten.

struct Enlighten SelectCulled

template<typename Culler>
struct Enlighten::SelectCulled

Selector which selects culled lights.

Variables

Name Description
const Culler & m_Culler

The culler to perform the cull test.

Functions

Name Description
IsSelected(const CachedLightType &)

Checks if the given light should be selected.

SelectCulled(const Culler &)

Constructor.


GEO_CONTROLLED_INLINE bool Enlighten::SelectCulled< Culler >::IsSelected


public: GEO_CONTROLLED_INLINE bool IsSelected
(
    const CachedLightType & light
) const


Checks if the given light should be selected.


Enlighten::SelectCulled< Culler >::SelectCulled


public: SelectCulled
(
    const Culler & culler
)


Constructor.