• Title/Summary/Keyword: deferred shading

Search Result 1, Processing Time 0.015 seconds

Mipmap-Based Deferred Soft Shadow Mapping (밉맵 기반의 지연된 부드러운 그림자 매핑)

  • Kim, Sunggoo;Lee, Sungkil
    • Journal of KIISE
    • /
    • v.43 no.4
    • /
    • pp.399-403
    • /
    • 2016
  • Deferred Shading is a shading technique that postprocesses pixels in the screen space, following geometry-only rendering passes with depth buffering. Unlike typical shadow mapping techniques, this technique allows us to render shadows from multiple light sources without changing the structure of the rendering pipelines. This paper presents a deferred shadow mapping technique and its extension to soft shadows using mipmapping. Our technique first generates visibility maps from light sources, and blurs the visibility maps for deferred shading. This strategy leads to efficient soft-edged shadows, but does not incorporate depth variation, producing light bleeding to some extent. In order to suppress the light-bleeding artifacts, we also propose a depth-adaptive mipmap sampling technique in the screen space.