The global illumination community has discussed having a database of scenes that could be used to compare and validate different global illumination algorithms. We present a set of test scenes for global illumination algorithms and propose that they be the beginning of such a database. These scenes are designed to be as simple as possible and still test a particular aspect of energy transport. The scenes are available on a web site in a variety of formats, along with images and pixel radiance data. We feel that the simplicity and availability of the models will make it easier for the community to use them, and that the field will benefit from a standard set of scenes. Additionally, we discuss classes of models with analytic solutions.
The paper giving more details of this work can be found here.
All geometry was modeled in Maya. Solids were used for all object, however single rectangles were used for lights. The geometry is primarily composed of scaled, translated, and rotated cubes. One object in the geometry scene is a thin wedge. All models were created using a scale of meters. Maya represents everything internally in centimeters, and unfortunately uses centimeters as the unit when converting to .obj and VRML2. The name of each scene below is linked to a figure describing it.
There are only three different materials used in these models. The luminaire material specifies that the emitting polygon has an emitted radiance of 1. Total emissive power on the luminaire is PI * Area.
The goal here was simple and easy to parse. Also, it should be able to handle floating point (or higher) precision for exactly one channel, and be easy to use for doing numeric comparisons between different runs. The solution was a file with lines of "#" delimited comments, hopefully with some information about how the file was generated. Next comes a line with the width and height as whitespace separated integers. Last comes width * height lines of single float/double per line (in ascii) radiance values. A bit large, but easily compressible.
#PRIS 10000 rays per pixel at depth 3, on April 3 2000
256 256
0.0135347
0.0136436
0.0153076
...
Send me a message with links pointing to the reference data/images you have for the scenes you have tested. A link to a description of the renderer would be useful as well.
| Model | Image | Radiance Data | Formats |
|---|---|---|---|
| Emission | PRIS | PRIS | Maya obj vrml2 |
| Shadow | PRIS | tmp | Maya obj vrml2 |
| Huge | DALI | tmp | Maya obj vrml2 |
| Secondary | DALI | tmp | Maya obj vrml2 |
| Caustic | DALI | tmp | Maya obj vrml2 |
| Geometry | PRIS | tmp | Maya obj vrml2 |
Reference data will be available soon, now that the reference data format has been finalized.
Need to package everything up into .tar files.
Need to convert to MGF.
| Paper | Graphics | Home | Computer Science |