wiki:Projects/RayTracer

Version 1 (modified by Cory McWilliams, 19 years ago) ( diff )

--

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.

Attachments (6)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.