**************************************************************** student : Jairam Ramanathan graded by : quark time : Sun Oct 25 21:16:15 EST 1998 problem set: assignment 2 -------------------------------------------- hexcone: visible probs?: n bad pixels (%): 6.526 ave error: 4.170 time(ms): 20 teapot: visible probs?: fatter bad pixels (%): 7.54875 ave error: 24.245 time(ms): 119 cow: visible probs?: fatter bad pixels (%): 13.680 ave error: 18.141 time(ms): 115 extra tri file: triangle functionality (0-90): 87 extra credit (0-10): 10 total (0-100): 97 -------------------------------------------- notes: Your renderer is quick! But the results aren't quite right. One cause is that you are just casting your x and y coordinates to integers instead of using floor/ceiling. If you have time, make this simple change and see if it solves the problem. ****************************************************************