Real-time Soft-shadow using Shadow Atlas

그림자 아틀라스를 이용한 부드러운 그림자 생성 방법

  • Received : 2011.01.07
  • Accepted : 2011.02.08
  • Published : 2011.06.01

Abstract

In computer graphics, shadows play a very important role as a hint of inter-object distance as well as themselves in terms of realism. To represent shadows, some traditional methods such as shadow mapping and shadow volume have been frequently used for the purpose. However, the rendering results are not natural since they assume the point light. On the contrary, an area light can render soft-shadows, but its computation is too burdensome due to integral over the whole light source surface. Many alternatives have been introduced, back-projection of occluder onto the light source to get visibility of light or filtering of shadow boundary by calculating size of penumbra. But they also have problems of light bleeding or ringing effects because of low order approximation, or low performance. In this paper, we describe a method to improve those problems using shadow atlas.

컴퓨터 그래픽스에서 그림자는 그림자 자체로서 뿐 아니라 장면 내 물체들 간의 거리감에 대한 단서를 제공함으로써 사실감 제고 측면의 매우 중요한 역할을 한다. 그림자를 표현하기 위한 전통적인 방법으로 그림자 매핑이나 그림자 볼륨 등의 기법들이 사용되지만 점광원(point light)을 가정하므로 결과가 자연스럽지 못하다. 반면, 면광원(area light)을 사용할 경우 부드러운 그림자를 생성하므로 좀 더 사실적인 그림자 표현이 가능하지만 광원면(light source surface) 전체에 대한 적분을 요구하기 때문에 계산비용이 매우 비싸다. 이러한 단점을 극복하기 위해 차폐물(occluder)의 광원으로의 역투사(back-projection)나 반영(penumbra)의 크기 계산을 통한 필터링 등 여러 방안들이 소개되었지만 낮은 수준(order)의 근사로 인한 누광(light bleeding)이나 물결현상(ringing effect), 그리고 성능저하 등의 문제가 발생한다. 본 논문에서는 그림자 아틀라스(shadow atlas)를 이용하여 이러한 문제들을 개선하는 방법에 대하여 기술한다.

Keywords

References

  1. Crow F. C, "Shadow algorithms for computer graphics", Computer Graphics (Proceedings of SIGGRAPH' 77), pp. 242-248, 1977.
  2. Hyunwoo Ki, Taegyu Ryu, Kyoungsu Oh, "An Efficient Shadow Texture Algoritms with Shadow Maps", In Proceedings of Computer Graphics International, 2008.
  3. Williams L, "Casting curved shadows on curved surfaces.", Computer Graphics (Proceedings of SIGGRAPH '78), pp. 270-274, 1978.
  4. Guennebaud G., Barthe L., Paulin M., "Real-time soft shadow mapping by backprojection", In Proceedings of Eurographics Symposium on Rendering, pp. 227-234, 2006.
  5. Thomas Annen, Zhao Dong, Tom Mertens, Philippe Be kaert, Hans-Peter Seidel, Jan Kautz, "Real-time, all- frequency shadows in dynamic scenes", Proceedings of ACM SIGGRAPH 2008.
  6. Bruno Levy, Sylvain Petitjean, Nicolas Ray, Jerome Maillot, "Least squares conformal maps for automatic texture atlas generation", Proceedings of ACM SIGGRAPH 2002, Vol. 21, pp. 362-371, 2002.
  7. Fernando, R. "Percentage-Closer Soft Shadows", In ACM SIGGRAPH 2005 Sketches, 35, 2005.
  8. Annen, T., Mertens, T., Bekaert, P., Seidel, H.-P., and Kautz, J. "Convolution Shadow Maps", In Rendering Techniques 2007 (Proc. of EGSR) , pp. 51-60, 2007.
  9. Fernando, R., Fernandez, S., Bala, K., and Greenberg, D. P, "Adaptive shadow maps", In Proceedings of ACM SIGGRAPH 2001, Computer Graphics Proceedings, Annual Conference Series, pp. 387-390, 2001.