chore: remove trailing whitespace, add CR at end of file

This commit is contained in:
Glen Whitney 2025-10-10 10:20:38 -07:00
parent a4b355d943
commit 3635abc562
11 changed files with 320 additions and 320 deletions

View file

@ -14,11 +14,11 @@ const float focal_slope = 0.3;
void main() {
total_radius = 5. + 0.5*selected;
float depth = -focal_slope * position.z;
gl_Position = vec4(position.xy / depth, 0., 1.);
gl_PointSize = 2.*total_radius;
point_color = color;
point_highlight = highlight;
}
}