Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Nrjwolf/unity-shader-smooth-radial-gradient
- Owner: Nrjwolf
- Created: 2019-12-03T22:22:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T16:34:00.000Z (over 4 years ago)
- Last Synced: 2024-07-13T16:52:23.589Z (4 months ago)
- Language: ShaderLab
- Size: 1.45 MB
- Stars: 74
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Smooth radial gradient shader - Helps to create radial gradient without banding by using noise (Other Shaders)
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)