Tagged Questions

1
vote
3answers
518 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 ...