picking

Is it possible to get Single Vertices when I use Ttriangle Strips to draw my Scene. I need to take Triangle Strips instead of simple Triangles, because of the Rendering time.
I’m not sure, because you can only pick Primitives, but if this is true, then it’ s hard to find the Vertex close to the mouseposition.
Has anybody hints for me?
Thanks

Pick recursively. First select for the object then only draw the selected object’s triangles or vertices to the selection buffer.

Remember that what you draw when selection is on is not visible, you needn’t worry so much about render time, just selection time depending on your circumstances.