next index

Mirage - Download

Main version

Here is the main version of Mirage that has been used over the years.
Note: It is already installed on the computers here in the graphics lab.

Install guide

tar -xzf Mirage-1.0.6.4.tar.gz            #unpack the zip file
cd Mirage-1.0.6.4                         #change into the directory
./configure                               #create Makefiles for your system
make                                      #build the library
You should now have a lib/libmirage.a file complied for your system

Now have a look at Setting up a Mirage Project

Photon Mapping version

Here is the version with Photon Mapping added by SangHyeb Lee in 2003
This is currently undocumented. But if you are keen to figure out how it works then here it is.
Updated - Philip McLeod, Apr 2006