how to make my point become visible and become haircross point?
How to make the crosshair point in OpenGL ES? After I get the coordinate of my object by using glTranslatef, I want to make my 开发者_Go百科point become visible and in the crosshair style. How to do it? thanks. Any references of the sorce code?
Draw two perpendicular GL_LINE
s centered around wherever you want your cross-hair to be.
精彩评论