Tag: thunder
-
Thunder Lightning Strike Shader for Godot
Originally based on this shader for 2D lightning. I added some more controls such as thickness and modified it to add alpha on areas other than lightning. Breakdown The full code is at the end of the post. Here I’m explaining some important parts of it. Main part uv += 2.0 * fbm(uv + TIME…