wiki:Projects/RayTracer

3D Computer Graphics - Ray Tracer

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.

Last modified 19 years ago Last modified on Aug 7, 2005, 7:27:51 PM

Attachments (6)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.