vertex picking

Hi!
How do i pick a specific vertex (not a primitive) with the mouse?
Thanks for any help!!

Hi !

Use GL_POINTS when you render in picking mode, give each vertex a unique id and your done.

Mikael

Nehe lesson 32 is about Opengl Picking.It is not particularly for the the vertex picking,but quite close i think.