A class used to apply system-light level culling.
Name | Description |
---|---|
const Geo::v128 & m_Max | Bounds of the system. |
const Geo::v128 & m_Min | Bounds of the system. |
Name | Description |
---|---|
CullSystem(const Geo::v128 &, const Geo::v128 &) | Constructor. |
IsCulled(const CachedLightType &) | Checks if the given light should be culled. |
public: GEO_CONTROLLED_INLINE CullSystem
(
const Geo::v128 & bbMin,
const Geo::v128 & bbMax
)
Constructor.
public: GEO_CONTROLLED_INLINE bool IsCulled
(
const CachedLightType & light
) const
Checks if the given light should be culled.