EG UK Theory and Practice of Computer Graphics 2013
Permanent URI for this collection
Browse
Browsing EG UK Theory and Practice of Computer Graphics 2013 by Subject "Bitmap and framebuffer operations"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Resolution Estimation for Shadow Mapping(The Eurographics Association, 2013) Ferko, Michal; Silvester Czanner and Wen TangWe present an approach to efficiently reduce shadow map resolution while retaining high quality hard shadows. In the first step, we generate a list of sample points that are seen from the camera and then project these into light space, much like Alias-free Shadow Maps. In the next step, we analyze the list of sample points on the GPU to construct a tight light frustum for shadow rendering. After the light frustum is computed, we calculate for each sample the actual coverage in the final shadow map to estimate how large a shadow map pixel should be. From this number, we derive the lowest possible resolution to use in the shadow map while retaining nearly alias-free shadows. Our algorithm is built for a deferred renderer.