**************************************************************** student : Ben Hidalgo graded by : quark time : Sun Oct 25 21:16:15 EST 1998 problem set: assignment 2 -------------------------------------------- hexcone: visible probs?: bad pixels (%): ave error: time(ms): teapot: visible probs?: bad pixels (%): ave error: time(ms): cow: visible probs?: lines sticking out bad pixels (%): 15.4775 ave error: 21.529 time(ms): 1700 extra tri file: none functionality (0-90): 80 extra credit (0-10): 0 total (0-100): 80 -------------------------------------------- notes: You lost five points for the streaks in the cow, and I was generous and only took off five points for not having your own example triangle file and for the other two examples not being linked from your web--all three examples were cows, so you probably just forgot to change the filename inside the HTML. Looking at your code, I can't seem to account for the streaks, but I did notice that you are interpolating your colors slightly wrong. You interpolate BEFORE rounding to find the integer locations, when you should do the interpolation AFTER. Despite these problems, your rendering is pretty good. ****************************************************************