Generating Coherent Ray Directions in Path Tracing

No Thumbnail Available
Date
2012
Journal Title
Journal ISSN
Volume Title
Publisher
The Eurographics Association
Abstract
The quality of the images produced by a global illumination rendering engine is highly connected to the number of paths that are randomly generated from the camera to the light sources. Graphics Processing Units (GPUs) have been used to implement renderers by typically binding each thread to a ray. Nevertheless, this purely random generation does not fit well on the architecture of current GPUs, due to their SIMD nature. We modify the way paths are extended in order to take the most of GPUs. The arrangement of rays is split into groups of contiguous rays. The hemisphere on each intersection point is divided into spherical patches, and the same patch is chosen for all the rays in the group. The next direction for each path will be randomly chosen on that patch. Thus, if the intersection points of a group are near, the new rays spawned will be similar. We have implemented different configurations of this idea on a path tracer in CUDA and they have been experimentally tested on usual scenes. In the same amount of time, most of our algorithms complete more paths and, therefore, they produce images of higher quality than those obtained by the purely random generation.
Description

        
@inproceedings{
10.2312:LocalChapterEvents/CEIG/CEIG12/081-090
, booktitle = {
Spanish Computer Graphics Conference
}, editor = {
Isabel Navazo and Gustavo Patow
}, title = {{
Generating Coherent Ray Directions in Path Tracing
}}, author = {
Torres, Roberto
 and
Martín, Pedro J.
 and
Gavilanes, Antonio
}, year = {
2012
}, publisher = {
The Eurographics Association
}, ISBN = {
978-3-905673-92-0
}, DOI = {
10.2312/LocalChapterEvents/CEIG/CEIG12/081-090
} }
Citation
Collections