Skip to content

Simple material shader with added debanding noise for use with GLES2 renderer that does not support full-screen debanding

License

Notifications You must be signed in to change notification settings

fractilegames/godot-gles2-debanding-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debanding material shader

Simple material shader with added noise to fix ugly banding effects. To be used with GLES2 renderer that does not support full-screen debanding. Made for Godot 3.2.x.

Preview

Usage

Copy the debandingmaterial.shader -file to your project, create a new ShaderMaterial and load the file into it.

This is basically a SpatialMaterial converted to ShaderMaterial with some unnecessary features removed and debanding added. You can also copy-paste the debanding part fairly easily to your existing shader.

License

MIT license.

This shader was initially made for use in Polychoron game project.

About

Simple material shader with added debanding noise for use with GLES2 renderer that does not support full-screen debanding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages