-------------------------------------------- student : aileen graded by : Damian Isla time : Tue Nov 16 23:43:11 EST 1999 problem set: ivray -------------------------------------------- Eye ray generation (0-2): 2 Cone, cyl, poly isection (0-2): 1.5 Shadow (0-1): 0.5 Reflection (0-2): 2 Transmission (0-2): 1 Shading (0-2): 2 Supersampling and jittering (0-2): 1.5 Statistics (0-1): 0.5 Exactitude (0-1): 1 total (0-15): 12 -------------------------------------------- notes: Good job, on a tough problem set! You had just a few problems: Shadows weren't working Transmission (refraction) was not working There was a problem with your cone intersections Jittering was not done quite correctly (you calculated a single jitter for each pixel, which you reused for every subpixel, whereas you were supposed to generate a new random jiggle for each pixel AND subpixel. Not a huge deal, though.) The problems with transmission, shadowing and cone-intersection would be a problem, except looking at your code, you definitely seemed to have the right idea in terms of implementation. --------------------------------------------