Efficient Point Based Global Illumination on GPU.

Beibei Wang,Zhen Xu,Yanning Xu,Xiangxu Meng
DOI: https://doi.org/10.2312/conf/eg2012/posters/017-018
2012-01-01
Abstract:Point based rendering can simulate global illumination phenomenon fast and is widely used in movie production. This paper proposes a point based color bleeding algorithm based on GPU efficiently. In our algorithm, we reorder the shading points according to the similarity of them to use the coherency of the GPU memory. Then, we propose a novel idea named chunking to accelerate the point cloud traversal process by using the constant memory of GPU.
What problem does this paper attempt to address?