Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename Culler>
struct Enlighten::SelectUnculled

Selector which selects unculled lights.

Variables

NameDescription
const Culler & m_Culler

The culler to perform the cull test.

Functions

NameDescription
IsSelected(const CachedLightType &)

Checks if the given light should be selected.

SelectUnculled(const Culler &)

Constructor.


Anchor
a114a914ba43e1aee7d24faae64239ba5
a114a914ba43e1aee7d24faae64239ba5

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
a4e2428175fb7c53440ce7e88a0ca4b89
a4e2428175fb7c53440ce7e88a0ca4b89

Enlighten::SelectUnculled< Culler >::SelectUnculled

...

public: SelectUnculled
(
    const Culler & culler
)

...

Constructor.