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 |
|---|---|
Checks if the given light should be selected. | |
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.