Computing indirect illumination is a challenging and complex problem for real-time rendering in 3D applications. This global illumination approach computes indirect lighting in real time utilizing a simplified version of the outgoing radiance and the scene stored in voxels.

READ THE POST

This was an extremely simple raytracer I wrote in college for an assignment. Here I could learn a lot about the mathematics and physics that makeup light rendering.

READ THE POST