Skip to content

Commit 6e1c610

Browse files
Updated README.md
1 parent e8dc452 commit 6e1c610

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Cat-Post Processing Effects for Unity 5
22
Various fast and efficient post-processing effects for Unity
33

4-
![Main Img][coloredBalls_IMG]
4+
![Main Img 1][ElevatorDoor_IMG]
55
The main goal is to create fast and efficient post-processing effects for Unity.
66

7-
There are currently 4 different post-processing effects included:
7+
There are currently 5 different post-processing effects included:
88
- Temporal Anti-Alialising (TAA)
99
- Ambient Occlusion
1010
- Importance Sampled Screen Space Reflections (SSR) with retro reflections and specular elongation
1111
- Chromatic Aberration
12+
- Bloom Effect with energy conservation
1213

1314
## Temporal Anti-Alialising
1415
![TemporalAntiAlialisingGUI_IMG][TemporalAntiAlialisingGUI_IMG]
@@ -21,7 +22,7 @@ There are currently 4 different post-processing effects included:
2122

2223
## Ambient Occlusion
2324
![AmbientOcclusionGUI_IMG][AmbientOcclusionGUI_IMG]
24-
- **Intensity:** The intensity of ambient occlusion.
25+
- **Intensity:** The intensity of the ambient occlusion.
2526
- **Sample Count:** How many samples should be taken? Try to keep it small.
2627
- **Radius:** The search radius. Try to keep it small, too.
2728
- **Debug On:** Visualizes the generated Ambient Occlusion.
@@ -73,12 +74,25 @@ Debugging
7374
## Chromatic Aberration
7475
![ChromaticAberrationGUI_IMG][ChromaticAberrationGUI_IMG]
7576

77+
## Bloom
78+
![BloomGUI_IMG][BloomGUI_IMG]
79+
- **Intensity:** The intensity of the bloom.
80+
- **Dirt Intensity:** Only effective when a Dirt Texture is selected
81+
- **Dirt Texture:** The dirt on the lense. (RGB)
82+
- **Min Luminance:** Minimum luminance required for the bloom to appear.
83+
- **Knee Strength:**
84+
- **Debug On:** Visualizes the Bloom only.
85+
7686
## Install Intructions
7787
Simply put the "Cat" folder into your "Assets" folder.
7888

89+
![Main Img 2][coloredBalls_IMG]
90+
7991

80-
[coloredBalls_IMG]: Media/coloredBalls.png "All Effects in action"
92+
[coloredBalls_IMG]: Media/coloredBalls.png "All Effects in action 1"
93+
[ElevatorDoor_IMG]: Media/ElevatorDoor.png "All Effects in action 2"
8194
[TemporalAntiAlialisingGUI_IMG]: Media/CatAAGUI.png "Temporal Anti-Alialising GUI"
8295
[AmbientOcclusionGUI_IMG]: Media/CatAOGUI.png "Ambient Occlusion GUI"
8396
[ScreenSpaceReflectionsGUI_IMG]: Media/CatSSRGUI.png "Screen Space Reflections GUI"
8497
[ChromaticAberrationGUI_IMG]: Media/CatChromaticAberrationGUI.png "Chromatic Aberration GUI"
98+
[BloomGUI_IMG]: Media/CatBloomGUI.png "Bloom Effect GUI"

0 commit comments

Comments
 (0)