Skip to content

Commit

Permalink
updated the README.md file with images
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimCoenen committed Jun 13, 2017
1 parent b53425d commit 60e105c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Binary file added Media/CatAAGUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/CatSSRGUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/coloredBalls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Cat-PostProcessing
# Cat-PostProcessing for Unity
Various post-processing effects for Unity

<img src="Media/coloredBalls.png" width="500" height="311" />
The main goal is to create fast and efficient post-processing effects for Unity.

There are currently 2 different post-processing effects included:
- Screen Space Reflections (SSR) with retro reflections
- Temporal Anti-Alialising (TAA)

## Screen Space Reflections
<img src="Media/CatSSRGUI.png" width="424" height="428" />

## Temporal Anti-Alialising
<img src="Media/CatAAGUI.png" width="424" height="147" />

## Install Intructions
Simply put the "Cat" folder into your "Assets" folder.

0 comments on commit 60e105c

Please sign in to comment.