Godot 4: Burn transition shader (tutorial)

Godot 4: Burn transition shader (tutorial)

1.398 Lượt nghe
Godot 4: Burn transition shader (tutorial)
📖 Godot 4 book: https://filiprachunek.gumroad.com/l/godot4 📚 Shaders in Godot 4: https://filiprachunek.gumroad.com/l/shaders 💡 Get exclusive content on Patreon: https://www.patreon.com/FencerDevLog 🎮 Wishlist Whispers of Prague on Steam: https://store.steampowered.com/app/2767990/Whispers_of_Prague_The_Executioners_Last_Cut 🔥 Simple transition shader: https://www.youtube.com/watch?v=D8cFSWIQWn0 🚀 Space Shooter tutorial: https://www.youtube.com/playlist?list=PLNhMW555KBpk8iyIKCIf3arzlK6_H8NLx 🖥️ Space Shooter source code: https://github.com/FilipRachunek/space-shooter #godot #godot4 #godotengine #shaders Hi everyone! If you watched the video about the simple transition between images using a noise texture, you surely noticed how we used a simple algorithm for a rather impressive effect. Now let's try something a bit different - instead of a regular transition, we'll create a burning effect for our scene, which will be a somewhat more complex algorithm. Let's do it.