1
1
# Cat-Post Processing Effects for Unity 5
2
2
Various fast and efficient post-processing effects for Unity
3
3
4
- ![ Main Img] [ coloredBalls_IMG ]
4
+ ![ Main Img 1 ] [ ElevatorDoor_IMG ]
5
5
The main goal is to create fast and efficient post-processing effects for Unity.
6
6
7
- There are currently 4 different post-processing effects included:
7
+ There are currently 5 different post-processing effects included:
8
8
- Temporal Anti-Alialising (TAA)
9
9
- Ambient Occlusion
10
10
- Importance Sampled Screen Space Reflections (SSR) with retro reflections and specular elongation
11
11
- Chromatic Aberration
12
+ - Bloom Effect with energy conservation
12
13
13
14
## Temporal Anti-Alialising
14
15
![ TemporalAntiAlialisingGUI_IMG] [ TemporalAntiAlialisingGUI_IMG ]
@@ -21,7 +22,7 @@ There are currently 4 different post-processing effects included:
21
22
22
23
## Ambient Occlusion
23
24
![ AmbientOcclusionGUI_IMG] [ AmbientOcclusionGUI_IMG ]
24
- - ** Intensity:** The intensity of ambient occlusion.
25
+ - ** Intensity:** The intensity of the ambient occlusion.
25
26
- ** Sample Count:** How many samples should be taken? Try to keep it small.
26
27
- ** Radius:** The search radius. Try to keep it small, too.
27
28
- ** Debug On:** Visualizes the generated Ambient Occlusion.
@@ -73,12 +74,25 @@ Debugging
73
74
## Chromatic Aberration
74
75
![ ChromaticAberrationGUI_IMG] [ ChromaticAberrationGUI_IMG ]
75
76
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
+
76
86
## Install Intructions
77
87
Simply put the "Cat" folder into your "Assets" folder.
78
88
89
+ ![ Main Img 2] [ coloredBalls_IMG ]
90
+
79
91
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 "
81
94
[ TemporalAntiAlialisingGUI_IMG ] : Media/CatAAGUI.png " Temporal Anti-Alialising GUI "
82
95
[ AmbientOcclusionGUI_IMG ] : Media/CatAOGUI.png " Ambient Occlusion GUI "
83
96
[ ScreenSpaceReflectionsGUI_IMG ] : Media/CatSSRGUI.png " Screen Space Reflections GUI "
84
97
[ ChromaticAberrationGUI_IMG ] : Media/CatChromaticAberrationGUI.png " Chromatic Aberration GUI "
98
+ [ BloomGUI_IMG ] : Media/CatBloomGUI.png " Bloom Effect GUI "
0 commit comments