Skip to content

Instantly share code, notes, and snippets.

View RPicster's full-sized avatar
🙉

Raffaele Picca RPicster

🙉
View GitHub Profile
@RPicster
RPicster / polar_coordinate_shader.gdshader
Created November 30, 2022 11:19
Polar Coordinate Shader - Godot
shader_type canvas_item;
render_mode unshaded;
uniform sampler2D image_texture;
uniform sampler2D image_multiplier;
uniform sampler2D image_add : hint_black;
uniform sampler2D image_gradient_tint : hint_black;
uniform float extra_power = 1.0;
uniform float effect_scale = 1.0;