A multiview and multilayer approach for interactive ray tracing
Kostas Vardis, Andreas A. Vasilakis, Georgios Papaioannou
Proceedings of the 20th ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games, 2016, pp. 171--178.
Abstract: We introduce a generic method for interactive ray tracing, able to support complex and dynamic environments, without the need for precomputations or the maintenance of additional spatial data structures. Our method, which relies entirely on the rasterization pipeline, stores fragment information for the entire scene on a multiview and multilayer structure and marches through depth layers to capture both near and distant information for illumination computations. Ray tracing is efficiently achieved by concurrently traversing a novel cube-mapped A-buffer variant in image space that exploits GPU-accelerated double linked lists, decoupled storage, uniform depth subdivision and empty space skipping on a per-fragment basis. We illustrate the effectiveness and quality of our approach on path tracing and ambient occlusion implementations in scenarios, where full scene coverage is of major importance. Finally, we report on the performance and memory usage of our pipeline and compare it against GPGPU ray tracing approaches.
Article URL: http://doi.acm.org/10.1145/2856400.2856401
BibTeX format:
@inproceedings{10.1145-2856400.2856401,
  author = {Kostas Vardis and Andreas A. Vasilakis and Georgios Papaioannou},
  title = {A multiview and multilayer approach for interactive ray tracing},
  booktitle = {Proceedings of the 20th ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games},
  pages = {171--178},
  year = {2016},
}
Search for more articles by Kostas Vardis.
Search for more articles by Andreas A. Vasilakis.
Search for more articles by Georgios Papaioannou.

Return to the search page.


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