struct FragmentData { vec4 color; }; struct VertexData { vec3 color; vec2 tail[6]; }; const float TAIL_WIDTH = 3.0; const float TAIL_ALPHA = 0.2;