All Projects → andydbc → Unity Frosted Glass

andydbc / Unity Frosted Glass

Licence: mit
❄️ Test of a frosted glass material in Unity.

Projects that are alternatives of or similar to Unity Frosted Glass

Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+4.35%)
Mutual labels:  unity, unity3d, shaders, shader, unity-3d, material
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+35.18%)
Mutual labels:  unity, unity3d, shaders, shader, material, effect
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-66.4%)
Mutual labels:  unity, unity3d, shaders, shader, unity-3d, material
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+41.11%)
Mutual labels:  unity, unity3d, shaders, shader, unity-3d, material
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+288.93%)
Mutual labels:  unity, unity3d, shaders, shader, unity-3d
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-38.54%)
Mutual labels:  unity, unity3d, shaders, shader, material
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+619.37%)
Mutual labels:  unity, unity3d, shaders, shader, material
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (-20.75%)
Mutual labels:  unity, unity3d, shaders, unity-3d, material
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+2211.86%)
Mutual labels:  unity, unity3d, shaders, shader
Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-89.53%)
Mutual labels:  unity, unity3d, shaders, shader
Unity Texture Curve
✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.
Stars: ✭ 149 (-70.55%)
Mutual labels:  unity, unity3d, shaders, shader
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-88.74%)
Mutual labels:  unity, unity3d, shader, effect
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+113.24%)
Mutual labels:  unity, unity3d, shader, effect
Lowpolyshaders
Unity shaders optimized for Low Poly models.
Stars: ✭ 157 (-68.97%)
Mutual labels:  unity, shaders, shader, unity-3d
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-67.79%)
Mutual labels:  unity, unity3d, shader, effect
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (-14.23%)
Mutual labels:  unity, unity3d, shaders, material
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-60.87%)
Mutual labels:  unity, unity3d, shaders, shader
Kinobinary
Binary image effect for Unity
Stars: ✭ 180 (-64.43%)
Mutual labels:  unity, unity3d, shader, effect
Shinyeffectforugui
Shiny effect of uGUI, which does not need mask or normal map.
Stars: ✭ 204 (-59.68%)
Mutual labels:  unity, unity3d, shader, effect
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (+39.13%)
Mutual labels:  unity, unity3d, shader, effect

unity-frosted-glass License Donate

This code reproduce a frosted glass effect in Unity (as seen in DOOM 2k16). It use a CommandBuffer attached to the main camera to render the scene in global rendertextures. A grayscale mask is then used to sample between these rendertextures in order to apply the desired blur.

screenshot

Limitations

  • Editor view don't render the effect.
  • Tested with Unity version 2017.1.1f1

Further Reading

License

MIT, see LICENSE for details.

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].