Tagged Questions

0
votes
3answers
503 views

Merging multiple line segments

My program uses PyOpenGL (so it's Python) with psyco. I have around 21,000 line segments which I need to render in each frame of my render (unless the user zooms in, in which case line segments are ...