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 |
---|---|
IsSelected(const CachedLightType &) | Checks if the given light should be selected. |
SelectUnculled(const Culler &) | Constructor. |
Anchor | ||||
---|---|---|---|---|
|
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.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::SelectUnculled< Culler >::SelectUnculled
...
public: SelectUnculled
(
const Culler & culler
)
...
Constructor.