Faster points

Hello!

I wrote a program which draws about 50 000 points size of 5 (set with glPointSize), well it seems that using sizes bigger than 1 slows the rendering to slugspeed.

How could i speed it up? I’m already using display lists.

Hi,

Try drawing the point as a raster. Make a bitmap with dot (size is that what You want) and then draw it using glBitmap and glRasterPos.

cheers,
yaro

Originally posted by glYaro:
[b]Hi,

Try drawing the point as a raster. Make a bitmap with dot (size is that what You want) and then draw it using glBitmap and glRasterPos.

cheers,
yaro[/b]

… or try using display lists but I’m not sure if it can help you much.

Orzech

I’m already using display lists.

How to use thoese raster points?

Come on! I needhelp!

Well maybe textured triangles could beat the points? 3d cards are weird sometimes. And have you tried the point sprite extension? And since there are so many of them, maybe VAR or VAO could help. What are you trying to draw? Perhaps the points aren’t the best alternative at all.

-Ilkka

Ilkka? Finnish too?

I’ve tried triangles but they are just slower.

As finnish as it gets. Sorry I couldn’t help you.

-Ilkka