CS6620 Project 5
Here's my buddha (25 samples/pixel):
| Scene Creation Time: | 32.300 seconds |
|
Rendering scene: Render Time: Scene I/O Time: |
23.34 seconds 0.80 seconds |
| Total Running Time: | 56.44 seconds |
This was on a PC running Windows XP. I used the Visual C++ compiler
with the -O2
option turned on. My computer has 768M memory and it has an AMD AthlonXP
1800+ (1.54Ghz). Shading is just simple surface norm dotted with (0, 1, 0).

Here's a blurry buddha (100 samples/pixel) just for fun (aperture 0.005):
| Scene Creation Time: | 32.300 seconds |
|
Rendering scene: Render Time: Scene I/O Time: |
36.28 seconds 0.80 seconds |
| Total Running Time: | 69.38 seconds |
