Env cascade light
env_cascade_lighting is a point entity available in Counter-Strike: Global Offensive.


It casts an extremely accurate shadow map via the "tools/slybox" texture, acting as a real-time variation of light_environment. This form of lighting is known as cascade shadow maps which works by rendering shadow maps at scaling resolutions based on the players initial camera vector from the center of a spatial grid. These shadow maps are then stitched together, with the the accuracy and quality of the shadow maps scaling lower the further they are away from the player, thus trading accuracy for performance.
This entity is currently broken and does not project light through translucent or invisible textures. This is most noticeable in ar_baggage, where the windows no longer have light passing through.