This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current ยป

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.


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.


Enlighten::SelectUnculled< Culler >::SelectUnculled


public: SelectUnculled
(
    const Culler & culler
)


Constructor.

  • No labels