В процессе. Исправление отображение карты для граничных областей

This commit is contained in:
sasha80
2023-11-24 09:02:55 +03:00
parent 80f462261c
commit 6e00101e82
6 changed files with 73 additions and 23 deletions

View File

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