Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/KinoBloom
Bloom effect for Unity
https://github.com/keijiro/KinoBloom
effect graphics shader unity unity3d
Last synced: 2 months ago
JSON representation
Bloom effect for Unity
- Host: GitHub
- URL: https://github.com/keijiro/KinoBloom
- Owner: keijiro
- License: mit
- Created: 2015-10-24T12:20:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T07:39:44.000Z (over 7 years ago)
- Last Synced: 2024-07-12T12:36:28.618Z (6 months ago)
- Topics: effect, graphics, shader, unity, unity3d
- Language: C#
- Homepage:
- Size: 23.1 MB
- Stars: 962
- Watchers: 67
- Forks: 125
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - KinoBloom - Bloom effect (Bloom)
README
KinoBloom
=========*Bloom* is an image effect for Unity that adds bloom/veiling glare effect to
rendered frames.![Screenshot](http://i.imgur.com/GSIKfzs.png)
![Screenshot](http://i.imgur.com/q6GZV7R.png)System Requirements
-------------------Unity 5.5 or later versions.
Installation
------------Download one of the unitypackage files from the [Releases] page and import it
to a project.[Releases]: https://github.com/keijiro/KinoBloom/releases
Effect Properties
-----------------![Inspector](http://i.imgur.com/glShkW3.png)
- **Threshold** - Filters out pixels under this level of brightness. This value
should be given in the gamma space (as used in the color picker).- **Soft Knee** - Makes transition between under/over-threshold gradual (0 =
hard threshold, 1 = soft threshold).- **Intensity** - Total intensity of the effect.
- **Radius** - Controls the extent of veiling effects. The value is not related
to screen size and can be controlled in a resolution-independent fashion.- **High Quality** - Controls the filter quality and the buffer resolution. On
mobile platforms, it might strongly affect the performance of the effect,
therefore it’s recommended to be unchecked when running on mobile devices.- **Anti Flicker** - Sometimes the effect introduces strong flickers (flashing
noise). This option is used to suppress them with a noise reduction filter.License
-------[MIT](LICENSE.md)