В процессе. Исправлены предупреждения редактора при загрузке проекта

This commit is contained in:
sasha80
2023-11-17 10:44:41 +03:00
parent c0d5f5d20d
commit 25cfc5191f
10 changed files with 61 additions and 45 deletions

View File

@@ -53,7 +53,7 @@ vec2 rotateUVmatrinx(vec2 uv, vec2 pivot, float rotation)
void vertex()
{
{
float dir = 0.0;
vec2 offset = vec2(0.125, 0.125);
dir -= speed * TIME;
@@ -75,6 +75,6 @@ void fragment()
get_line_points(px0, px1, py0, py1, 210.0);
COLOR.a += line(vec2(px0, py0), vec2(px1, py1), 5.0, UV);
COLOR *= smooth_px(length(UV-center), radius, DSS);
}