Доработка, добавлен обработчик кнопки отключить всё.

(cherry picked from commit 5740964d09)
This commit is contained in:
MaD_CaT
2023-12-04 16:20:32 +03:00
committed by sasha80
parent 9aa7c58981
commit a8ef77a59e
10 changed files with 231 additions and 39 deletions

View File

@@ -75,6 +75,4 @@ void fragment()
get_line_points(px0, px1, py0, py1, 210.0);
COLOR.a += line(vec2(px0, py0), vec2(px1, py1), 15.0, UV);
COLOR *= smooth_px(length(UV-center), radius, DSS);
}