All Projects → keijiro → Kinobloom

keijiro / Kinobloom

Licence: mit
Bloom effect for Unity

Projects that are alternatives of or similar to Kinobloom

Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (-2.84%)
Mutual labels:  unity, unity3d, graphics, shader, effect
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-91.9%)
Mutual labels:  unity, unity3d, graphics, shader, effect
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-76.85%)
Mutual labels:  unity, unity3d, graphics, shader, effect
Miniengineao
SSAO image effect from Microsoft MiniEngine, ported to Unity.
Stars: ✭ 448 (-36.36%)
Mutual labels:  unity, unity3d, graphics, shader
Videoplayereffects
Experimental special effects for VideoPlayer (Unity 5.6 new feature)
Stars: ✭ 252 (-64.2%)
Mutual labels:  unity, unity3d, graphics, shader
Uieffect
UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
Stars: ✭ 3,449 (+389.91%)
Mutual labels:  unity, unity3d, shader, effect
Kinobinary
Binary image effect for Unity
Stars: ✭ 180 (-74.43%)
Mutual labels:  unity, unity3d, shader, effect
Kvantwig
Non-realistic hair simulation in Unity
Stars: ✭ 467 (-33.66%)
Mutual labels:  unity, unity3d, graphics, shader
Rdsystem
Reaction-diffusion system with CustomRenderTexture.
Stars: ✭ 271 (-61.51%)
Mutual labels:  unity, unity3d, graphics, shader
Unityurpunlitscreenspacedecalshader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
Stars: ✭ 455 (-35.37%)
Mutual labels:  unity, unity3d, graphics, shader
Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (-28.12%)
Mutual labels:  unity, unity3d, shader, effect
Noiseball2
A small example of procedural modeling with compute shaders.
Stars: ✭ 215 (-69.46%)
Mutual labels:  unity, unity3d, graphics, shader
Skyboxplus
Basic skybox extensions for Unity
Stars: ✭ 324 (-53.98%)
Mutual labels:  unity, unity3d, graphics, shader
Retro3dpipeline
A minimal example of a custom render pipeline with the Retro3D shader.
Stars: ✭ 354 (-49.72%)
Mutual labels:  unity, unity3d, graphics, shader
Noiseshader
Noise shader library for Unity
Stars: ✭ 616 (-12.5%)
Mutual labels:  unity, unity3d, graphics, shader
Shinyeffectforugui
Shiny effect of uGUI, which does not need mask or normal map.
Stars: ✭ 204 (-71.02%)
Mutual labels:  unity, unity3d, shader, effect
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (-57.95%)
Mutual labels:  unity, unity3d, graphics, shader
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (-24.29%)
Mutual labels:  unity, unity3d, graphics, shader
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-75.85%)
Mutual labels:  unity, unity3d, graphics, shader
Kinovision
Frame visualization utility for Unity
Stars: ✭ 177 (-74.86%)
Mutual labels:  unity, unity3d, graphics, shader

KinoBloom

Bloom is an image effect for Unity that adds bloom/veiling glare effect to rendered frames.

Screenshot Screenshot

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.

Effect Properties

Inspector

  • 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].