Anti-Aliasing

This is a well known (OPENGL Red Book) brute force method of anti-aliasing an image. Aliasing occurs because the image space is undersampled, so the simplest form of anti-aliasing is to oversample the image—render the image at many times the desired size and resize using an averaging algorithm. Here, the image is oversampled in place by perturbing the view frustum and accumulating into a deep image buffer.

Figure 1. Left mousedrag to orbit. Right mousedrag to zoom. Press the space key to jitter and accumulate an antialiased image. Mouse Problems?