struct VertexData { vec2 pos; vec2 tail[6]; }; const float TAIL_LEN = 10.0; const float TAIL_FORCE = 10.0;