| 1 | = 3D Computer Graphics - Ray Tracer = |
| 2 | |
| 3 | [[Image(thumbnail.png,right)]] |
| 4 | |
| 5 | Completed 11/12/2004. |
| 6 | |
| 7 | == Compiling == |
| 8 | * Windows: nmake /f nmakefile |
| 9 | * Other: make |
| 10 | |
| 11 | == Extra Features == |
| 12 | The command-line option "-aa n" is extra, causing an 'n' x 'n' array of rays to |
| 13 | be cast at each pixel instead of just one, performing anti-aliasing. |
| 14 | |
| 15 | One additional command has been added to the input file format. "TEXTURE n" |
| 16 | causes a checkerboard texture of about 'n' x 'n' black and white squares to be |
| 17 | combined with the diffuse component of affected spheres and triangles. |