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. |
Anchor | ||||
---|---|---|---|---|
|
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.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::SelectCulled< Culler >::SelectCulled
...
public: SelectCulled
(
const Culler & culler
)
...
Constructor.