Advanced Computer Graphics: Laboratory Project

BACK TO INDEX

Post Processing Examples

Here are a few examples of post processing effects created using this lab:

Example 1: Mosaic. Sample all pixels within a block from the same source pixel.

Example 2: Blueprint. Created by adding a new pass in the car shaders that writes a wireframe version of the car to the alpha channel. The postprocessing step reads this data and adds blur.

Example 3: Lens (Punch) effect.

Example 4: Pinch.

Example 5: Zoom.

BACK TO INDEX