79751317

Date: 2025-08-30 17:43:51
Score: 2.5
Natty:
Report link

The gaps were caused by using GL_LINES, which draws line segments between successive pairs or vertices. Incrementally drawing a path with successive vertices is what GL_LINE_STRIP is for.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: user2747939