В процессе.

This commit is contained in:
sasha80
2023-11-30 10:24:45 +03:00
parent c3a72cfdfa
commit 43123c8455

View File

@@ -9,7 +9,6 @@ const vec2 center = vec2(0.5, 0.5);
void fragment()
{
COLOR = texture(TEXTURE, UV);
//COLOR.a *= smooth_px(length(UV - center), radius, DS);
COLOR.a *= smooth_px(length(UV - center), radius, DS);
}