Skip to content

Instantly share code, notes, and snippets.

View Wapit1's full-sized avatar

Yappit1 Wapit1

  • Montreal
  • 08:29 (UTC -05:00)
View GitHub Profile
@SIsilicon
SIsilicon / Painting postprocess.shader
Last active September 20, 2024 15:51
Godot Painting Post procssing effect
shader_type canvas_item;
uniform sampler2D distort_texture;
uniform float fade : hint_range(0.0, 1.0) = 0.86;
uniform float desat : hint_range(0.0, 1.0) = 0.3;
uniform float scale = 0.009;
uniform float intensity = 0.041;
uniform int kuwahara_radius = 4;