James Bigler: CS6620 Homework 9




Use jittering to antialias an image with 1, 4, 16, and 64 samples per pixel. Make sure the image has fine detail. Assignment



Here is a link to some old anti-aliased stuff.



Stripes

I used this image to texture some spheres. It is 128x128 and alternates redish stripes every other scan line. You can see the banding.

1 sample
4 sample
16 sample
64 sample

Ships

This image has about 169 ships in it, trying to show some detail. I can't really tell the difference between 16 and 64 samples, though.

1 sample
4 sample
16 sample
64 sample
// Sample Code