-------------------------------------------- student : jmlaszlo graded by : Kari Anne Kjolaas problem set: ivscan -------------------------------------------- Renders 1st test (triangle) (0-3): 2 Renders 2nd test (rgb) (0-2): 1 Renders 3rd test (cube) (0-2): 2 Renders 4th test (interpen) (0-2): 1 Renders 5th test (ellipse) (0-2): 1 Renders 6th test (geekball) (0-2): 1 Exactitude (0-2): 0 total (0-15): 8 -------------------------------------------- notes: Your code color a pixel whose center is not inside the polygon at the end of the scan line. You want to sample color and depth at the CENTER of a pixel. Thus, if the starting value of x is not at the center of a pixel you need to calculate an offset to adjust where you sample color and h. You do not compute intersections correctly. There are visible cracks between polygons when rendering certain shapes. In otehr words, your problem set has some serious problems. --------------------------------------------