Project : siames
Section: New Results
Keywords : Global Illumination, Irradiance and Radiance Caching, GPU, Interactivity.
Interactive Global Illumination
Participants : Kadi Bouatouch, Javorslav Krivanek, Pascal Gautron.
We designed and implemented a software for interactive global illumination using programmable graphics hardware.
Computing global illumination amounts to solve the rendering equation which is an integral equation. Unfortunately, this equation does not have an analytic solution in general. Consequently, Monte Carlo integration is the method of choice for solving it. However, Monte Carlo integration requires the computation of many samples, which makes it demanding in terms of computation time. Our objective is to propose an algorithm which allows interactive global illumination.
Our approach makes use of ray tracing, Monte Carlo integration and caching. It aims at extending the ``irradiance caching'' algorithm. Note that this algorithm is based on the observation that the diffuse component of radiance, reflected on a diffuse surface and due to indirect illumination, changes very slowly on this surface. This allows to sparsely sample and cache the incoming radiance, then reuse the cached samples to estimate the incoming radiance at nearby points. This method is computationally efficient since the sampling is sparse. However this method is limited to indirect diffuse lighting computation.
We focus on extending the irradiance caching approach to indirect glossy global illumination. Our algorithm relies on ``radiance caching''. It is based on the caching of directional incoming radiances. We first designed a new set of basis functions defined on the hemisphere to represent directional incoming radiance and BRDFs. This representation along with a new gradient-based interpolation method are the bases of our radiance caching-based algorithm.
For now, only CPU-based algorithms have been developed. We are now aiming at designing a radiance caching algorithm which takes advantage of programmable GPUs, to achieve interactive global illumination computation.