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