Edit of asset "Shader for Transparent Water with Screen Space Reflections and Refraction" Accepted

Old/Current New/Edit
Title Shader for Transparent Water with Screen Space Reflections and Refraction Shader for Transparent Water with Screen Space Reflections and Refraction
Description This intends to solve the problem that the SSR (Screen Space Reflection) implementation of Godot 4 is limited to surfaces that are not transparent. For a water shader it is often necessary to support both transparency and reflections. In a lot of cases this can be worked around with reflection probes, but the need for SSR stands, especially because SSR works quiet well for water. The only solution is to write a custom SSR shader for that matter.

This is a full water shader implementation supporting:

- Screen Space Reflection
- Transparency
- 3D waves
- Edge detection
- Normal textures for a varied surface
- Fake refraction

I try to keep the latest version up to date with latest godot version, but in the repository are older branches named after the godot version they were created with. Older branches might not contain all features/bugfixes.
This intends to solve the problem that the SSR (Screen Space Reflection) implementation of Godot 4.1 is limited to surfaces that are not transparent. For a water shader it is often necessary to support both transparency and reflections. In a lot of cases this can be worked around with reflection probes, but the need for SSR stands, especially because SSR works quiet well for water. The only solution is to write a custom SSR shader for that matter.

This is a full water shader implementation supporting:

- Screen Space Reflection
- Transparency
- 3D waves
- Edge detection
- Normal textures for a varied surface
- Fake refraction
Category Shaders
License MIT
Repository Provider GitHub
Repository Url https://github.com/marcelb/GodotSSRWater
Issues Url https://github.com/marcelb/GodotSSRWater/issues
Godot version Godot 4.4
Version String 1.2 1.1
Download Commit ddaece5558759fb08943e5240efb53ccbcd0b7bf f7cf25c5e6f1ba10d965bca68a3027abfe54ea5b
Download Url (Computed) https://github.com/marcelb/GodotSSRWater/archive/ddaece5558759fb08943e5240efb53ccbcd0b7bf.zip https://github.com/marcelb/GodotSSRWater/archive/f7cf25c5e6f1ba10d965bca68a3027abfe54ea5b.zip
Icon Url https://i.imgur.com/957uefl.png