Changes between Initial Version and Version 1 of Projects/Ray Tracer


Ignore:
Timestamp:
Aug 7, 2005, 7:27:51 PM (19 years ago)
Author:
Cory McWilliams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Ray Tracer

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