Adaptive Ray-bundle Tracing with Memory Usage Prediction: Efficient Global Illumination in Large Scenes
Yusuke Tokuyoshi, Takashi Sekine, Tiago da Silva, Takashi Kanai
In Computer Graphics Forum, 32(7), 2013.
Abstract: This paper proposes an adaptive rendering technique for ray-bundle tracing. Ray-bundle tracing can be done by per-pixel linked-list construction on a GPU rasterization pipeline. This rasterization based approach offers significant benefits for the efficient generation of light maps (e.g., hardware acceleration, tessellation, and recycling of shaders used in real-time graphics). However, it is inapplicable to large and complex scenes due to the limited capacity of the GPU memory because it requires a high-resolution frame buffer and high-capacity node buffer for the linked-lists. In addition, memory overflow can potentially occur on the per-pixel linked-list since the memory usage of the lists is usually unknown before the rendering process. We introduce an adaptive tiling technique with memory usage prediction. Our method uses an appropriately tiled frame buffer, thus eliminating almost all of the overflow risks thanks to our adaptive tile subdivision scheme. Using this technique, we are able to render high-quality light maps of large and complex scenes which cannot be computed using previous ray-bundle based methods.
Article URL: http://dx.doi.org/10.1111/cgf.12239
BibTeX format:
@article{Tokuyoshi:2013:ART,
  author = {Yusuke Tokuyoshi and Takashi Sekine and Tiago da Silva and Takashi Kanai},
  title = {Adaptive Ray-bundle Tracing with Memory Usage Prediction: Efficient Global Illumination in Large Scenes},
  journal = {Computer Graphics Forum},
  volume = {32},
  number = {7},
  pages = {315--324},
  year = {2013},
}
Search for more articles by Yusuke Tokuyoshi.
Search for more articles by Takashi Sekine.
Search for more articles by Tiago da Silva.
Search for more articles by Takashi Kanai.

Return to the search page.


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