Godot 4: Glass Door shader (fast blur tutorial)

Open link in next tab

Godot 4: Glass Door shader (fast blur tutorial)

https://www.youtube.com/watch?v=Bt10RNw6dyw

📖 Godot 4 book: https://filiprachunek.gumroad.com/l/godot4💡 Get exclusive content on Patreon: https://www.patreon.com/FencerDevLog🎮 Wishlist Whispers of P...

Hi everyone! Do you remember the video about detecting edges using the Sobel operator, which we enhanced by using Gaussian blur? One of the drawbacks of Gaussian blur is that it's somewhat computationally intensive, which can pose some performance issues for our game if we want to apply such an effect in real-time. In this video, I will demonstrate a much faster way to blur our sprite or the entire screen.