开发者

how to make my point become visible and become haircross point?

开发者 https://www.devze.com 2023-01-08 15:56 出处:网络
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 i

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_LINEs centered around wherever you want your cross-hair to be.

0

精彩评论

暂无评论...
验证码 换一张
取 消