Shadow caster frustum culling
KnightPista
August 22, 2015 No Comments on Shadow caster frustum culling

In this article I will describe a simple approximate method how we can cull objects that are casting shadows. Culling of objects that do not cast shadows is trivial. We just check if object AABB is inside or intersects camera frustum planes. 1. The problem However, shadow casters have also… Read more »