Assignment:
Make a program that shows the bunny from a specific viewpoint.
The bunny is now available in
new format
(that has some
differences with the files below-- the files are most current so
the documentation will soon be modified).
The image produced by this file is:
Here the surface normals (interpolated with barycentric weighting on
the vertex normals) are pseudocolored with (r,g,b) = ((x+1)/2,(y+1)/2,(z+1)/2) wwhere the normal vector is (x,y,z). The image above has some specks which may be bad normalls or may be a bug in Pete's code.
The files for the above image are bunny.umf and
viewing.urs. Note that antialiasing and gamma
correction are optional.
Extra credit
Make an animation (movie) file with a changing viewpoint.
My Answer:
Extra Credit: Animated Bunny