Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Nrjwolf/unity-shader-smooth-radial-gradient


https://github.com/Nrjwolf/unity-shader-smooth-radial-gradient

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Smooth radial gradient shader

This shader helps to create radial gradient without banding by using noise.

![](https://github.com/Nrjwolf/unity-shader-smooth-radial-gradient/blob/master/images/withNoise.png "With noise")
With noise

![](https://github.com/Nrjwolf/unity-shader-smooth-radial-gradient/blob/master/images/withoutNoise.png "Without noise")
Without noise

>Thanks for sharing method [startupfreakgame.com](https://startupfreakgame.com/2017/01/15/screen-space-gradient-shader-with-dithering-in-unity/)

>Thanks for help to [Maligan](https://github.com/Maligan)