Saturday, February 24, 2007

Ray Tracing - Project 5

Design Choices

The three new material models were a dielectric, a phong, and a metal. All three shared specular properties so code was shared somewhat between them. All materials extended from a general material class which made used of extensive virtual functions to minimize the code base.

Required Image



Code:project5.tar

No comments:

Post a Comment