Shaders in Godot: Simple Toon Water
January 29, 2025
Working on writing some common shaders in Godot, starting with a simple toon water shader.
It took a bit of trial and error to find the source of that weird bubbly aliasing around the color boundaries. It turned out to be the import settings of the noise images I was using. Toggling “High Quality” on fixed the issue.