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)
- thumbnail.png (32.2 KB ) - added by 19 years ago.
- test.png (241.8 KB ) - added by 19 years ago.
- scene1.png (202.4 KB ) - added by 19 years ago.
- project3.tar.gz (7.0 KB ) - added by 19 years ago.
- project3.zip (9.6 KB ) - added by 19 years ago.
- project3.pdf (66.6 KB ) - added by 19 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.