-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the README.md file with images
- Loading branch information
1 parent
b53425d
commit 60e105c
Showing
4 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |