Versions Compared

Key

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

template<typename Culler>
struct Enlighten::SelectCulled

Selector which selects culled 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.

SelectCulled(const Culler &)

Constructor.


Anchor
a0b87033aa0692c2eb43a6d269dad41ed
a0b87033aa0692c2eb43a6d269dad41ed

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

Enlighten::SelectCulled< Culler >::SelectCulled

...

public: SelectCulled
(
    const Culler & culler
)

...

Constructor.