Per-triangle shadow volumes using a view-sample cluster hierarchy
Erik Sintorn, Viktor Kampe, Ola Olsson, Ulf Assarsson
Proceedings of the 18th meeting of the ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games, 2014, pp. 111--118.
Abstract: Rendering pixel-accurate shadows in scenes lit by a point light-source in real time is still a challenging problem. For scenes of moderate complexity, algorithms based on Shadow Volumes are by far the most efficient in most cases, but traditionally, these algorithms struggle with views where the volumes generate a very high depth complexity. Recently, a method was suggested that alleviates this problem by testing each individual triangle shadow volume against a hierarchical depth map, allowing volumes that are in front of, or behind, the rendered view samples to be efficiently culled. In this paper, we show that this algorithm can be greatly improved by building a full 3D acceleration structure over the view samples and testing per-triangle shadow volumes against that. We show that our algorithm can elegantly maintain high frame-rates even for views with very high-frequency depth-buffers where previous algorithms perform poorly. Our algorithm also performs better than previous work in general, making it, to the best of our knowledge, the fastest pixel-accurate shadow algorithm to date. It can be used with any arbitrary polygon soup as input, with no restrictions on geometry or required pre-processing, and trivially supports transparent and textured shadow-casters.
Article URL: http://doi.acm.org/10.1145/2556700.2556716
BibTeX format:
@inproceedings{10.1145-2556700.2556716,
  author = {Erik Sintorn and Viktor Kampe and Ola Olsson and Ulf Assarsson},
  title = {Per-triangle shadow volumes using a view-sample cluster hierarchy},
  booktitle = {Proceedings of the 18th meeting of the ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games},
  pages = {111--118},
  year = {2014},
}
Search for more articles by Erik Sintorn.
Search for more articles by Viktor Kampe.
Search for more articles by Ola Olsson.
Search for more articles by Ulf Assarsson.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."