Clipping Space
Wednesday, March 28, 2007
Ray Tracing - Project 8
›
Design Choices Most of the code modifications occurred in the Scene class. I chose to do this since it seemed logical that different scenes...
Friday, March 16, 2007
Ray Tracing - Project 7
›
Design Choices For the design of the texture mappers, I followed a scheme similar to the one Dr. Parker recommended. I created a TexCoordMa...
Wednesday, March 07, 2007
Ray Tracing - Project 6
›
Design Choices I originally intended to do a BVH using an quad-tree, where the tree were recurse down to some arbitrary size. This gave me ...
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 shar...
Tuesday, February 06, 2007
Ray Tracing - Project 3
›
Design Choices This assignment added implementation of several primitives including the box, disk, ring, and triangle. The Moller intersect...
Thursday, February 01, 2007
Ray Tracing - Project 2
›
Design Choices Building on the previous assignment, the renderer adds Lambertian shading and two-sided lighting. The material also casts sh...
Wednesday, January 24, 2007
Ray Tracing - Project 1
›
This is the first project for Dr. Parker's Ray Tracing class. Design Choices I chose to do a progressive rendering breaking the image u...
‹
›
Home
View web version