Some help with gl_points - beginner

Hi Guys,

just need some help.

I’ve made a little scene and I have some triangles drawn and lines drawn and points draw.

I’m still learning so you know its just a little basic scene.

Then I started to practice Display lists and moving around in my scene by moving and rotating my scene pushing the matrix setting my rotation and position calling my dlists (I have tris in one DL, lines in another and points in another again) and then popping back.

All works really nice except it doesn’t.

What is happening is my triangles are fine and the lines two but my points seem to be scaling for some reason. When i zoom out they are big but when i zoom in they are small i’m not changing anything in terms of the drawing of them only where they are drawn.

Why would this be happening?

Thanks very much for your time!