CS465 Program 1: Ray I

6 Sep 06: updated framework code to fix a small but important error. If you have version 1 of the framework, just change line 175 of Image.java to read:

       pixelColor.gammaCorrect(2.2);
rather than 1/2.2.

5 Sep 06: updated sample scenes file with more test cases. Note that these scenes are just to get you started, and they do not comprise an exaustive test of your program. You will want to devise more scenes of your own for debugging and to test additional cases.


FAQ