Compute Texture Demo
by Godot Foundation | MIT
This demo shows how to use compute shaders to populate a texture that is used as an input for a material shader
This demo shows how to use compute shaders to populate a texture that is used as an input for a material shader. When the mouse cursor isn't hovering above the plane random "drops" of water are added that drive the ripple effect. When the mouse cursor is
Transparent SSR Water Shader
by collisionshaped | MIT
This intends to solve the problem that the SSR (Screen Space Reflection) implementation of Godot 4.X 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
loading more results...