**************************************************************** student : Benjamin Ho graded by : quark time : Sun Oct 25 21:16:15 EST 1998 problem set: assignment 2 -------------------------------------------- hexcone: visible probs?: n bad pixels (%): 7.728125 ave error: 8.924 time(ms): 29 teapot: visible probs?: slightly thicker bad pixels (%): 8.96 ave error: 22.712 time(ms): 355 cow: visible probs?: shifted bad pixels (%): 16.20875 ave error: 18.152 time(ms): 374 extra tri file: triangle functionality (0-90): 87 extra credit (0-10): 0 total (0-100): 87 -------------------------------------------- notes: Good job, except that your triangles are a little shifted. Also, you interpolate your colors slightly wrong. You should round your floats to integer values BEFORE you interpolate the color, otherwise you are setting the color at integer locations but coloring the pixel there with a value that was interpolated for a different point! ****************************************************************