-------------------------------------------- student : ira graded by : Charles B Lee time : Fri Nov 19 5:48:54 EST 1999 problem set: ivray -------------------------------------------- Eye ray generation (0-2): 2 Cone, cyl, poly isection (0-2): 1 Shadow (0-1): 0 Reflection (0-2): 1 Transmission (0-2): 1 Shading (0-2): 2 Supersampling and jittering (0-2): 2 Statistics (0-1): 0 Exactitude (0-1): 0 total (0-15): 9 -------------------------------------------- notes: Good effort on this tough problem set. A few comments: Both your cone and polygon intersection routine seem to not work. Recursive ray tracing does not work. The objects tend to get too bright. Your recursion is probably adding too much radiance to the total. You didn't turn in an ivray executable! Good job on getting supersampling and jittering! --------------------------------------------