CSCI-6962 Advanced Computer Graphics, Fall 2005
Assignment 4: Radiosity

The goal of this assignment is to implement a radiosity solver to compute global illumination in simple closed room scenes with ideal diffuse surfaces.

The images below show the classic Cornell box scene from rendered at 2 intermediate points of the radiosity solution, the final solution and a smooth interpolation of the solution (at the same resolution).

Tasks

Basic Code, similar to previous assignments

The half-edge data structure for quad meshes

The radiosity code

Simple test datasets

Please read the assignment information again before submitting.