This is the documentation for Enlighten.
struct Enlighten CullSystem
struct Enlighten::CullSystem
A class used to apply system-light level culling.
Variables
Functions
Name | Description |
|---|---|
Constructor. | |
Checks if the given light should be culled. |
GEO_CONTROLLED_INLINE Enlighten::CullSystem::CullSystem
public: GEO_CONTROLLED_INLINE CullSystem
(
const Geo::v128 & bbMin,
const Geo::v128 & bbMax
)
Constructor.
GEO_CONTROLLED_INLINE bool Enlighten::CullSystem::IsCulled
public: GEO_CONTROLLED_INLINE bool IsCulled
(
const CachedLightType & light
) const
Checks if the given light should be culled.