В процессе. Исправлены предупреждения редактора при загрузке проекта
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user