|
Applying Parallel Processing Approach for Interactive Global Illumination. |
M. Sc. thesis, Computer Science Department, Faculty of Computer and Information Sciences, Ain-Shams University, Egypt, July 2011. |
Advisors: Prof. Dr. Taymor Nazmy, Prof. Dr. Mohamed H. AbdelAziz, and Dr. Haytham El-Messiry. |
Abstract |
One of the ultimate goals of computer graphics is to produce realism in simulated scenes. Global illumination algorithms are based on efficiently simulating the complicated physical details of light transport inside 3D scenes. But such techniques still to some degree miss the interactive and real-time rendering rate due to the complexity of its core algorithms. At the core of most global illumination algorithms is the ray tracing algorithm. However, it was noticed that the main bottleneck of any ray tracing algorithm is ray traversal. So in order to enhance the rendering time we have to target the ray tracing and its core primitives including; hierarchy construction, ray traversal, and shading calculation. With the new parallel architecture offered by modern graphics hardware we can reformulate global illumination algorithms into efficient and scalable parallel implementations on graphics processing unit (GPU). In this thesis, we develop a parallel Whitted style ray tracer on GPU, and map all the stages of the photon mapping algorithm onto GPU employing recent and efficient parallel algorithm for construing a point based KD-tree. We introduce a new parallel algorithm for building binned SAH BVH and evaluate the resulting tree hierarchy using parallel ray tracing techniques. We also compare our BVH construction algorithm with recent state of the art KD-tree and BVH construction algorithms on GPU. Our new algorithm for binned SAH BVH construction gives better or comparable rendering performance to recent state of the art hierarchical tree construction algorithms. Finally, in this thesis we show that most recent parallel tree construction algorithms can be reduced to a small and general set of parallel primitives and can be easily explained with a small set of parallel utilities.
|
|
Downloads
|
Thesis [16 MB]
|
Presentation [2 MB]
|
Demo video [16 MB]
|
|
|
Video
|
|
|
Screen Shots
Click on images to see enlarge.
|
|
Main building blocks of the photon mapping algorithm on GPU
|
|
|
|
|
Cornell Box Direct Light
|
Cornell Box Global Illumination
|
|
|
|
|
|
|
Cube Direct Light
|
Cube Irradiance
|
Cube Radiance
|
Cube Global Illumination
|
|
|
|
|
|
|
Dragon Direct Light
|
Dragon Irradiance
|
Dragon Radiance
|
Dragon Global Illumination
|
|
|