This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Current »

struct Enlighten::CullSystem

A class used to apply system-light level culling.

Variables

Name Description
const Geo::v128 & m_Max

Bounds of the system.

const Geo::v128 & m_Min

Bounds of the system.

Functions

Name Description
CullSystem(const Geo::v128 &, const Geo::v128 &)

Constructor.

IsCulled(const CachedLightType &)

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.

  • No labels