Hi,
I'm working on a select function in a program that will select the vertex closest to a specific touch point (iPhone development). My idea for finding this point is to find the screen coordinates of all the significant vertices, find the screen vertex that gives the minimum distance between the touch point and that vertex, and then use the relationship to get the object vertex and the object coordinates.
So my question is, how would I find the screen coordinates of the vertex? I'm using VBOs.