OpenGL:将屏幕坐标转换为 OpenGL 坐标

发布于 2024-12-05 20:50:19 字数 171 浏览 0 评论 0原文

我在 OpenGL ES 中绘制变化条,它有坐标 (x,y,z)。
我想在 Action_Down 上添加一些更改(例如:栏中的颜色)。有getX(),但该方法返回以像素为单位的x坐标,而不是OpenGL中对应的坐标。是否有一些类可以将 OpenGL 坐标转换为像素?或者有什么公式可以实现吗?

I draw changing bar in OpenGL ES it has coords (x,y,z).
I would like to add some changes (example: colors in bar) on Action_Down. There is getX(), but this method returns the x coordinate in pixels, but not corresponding coords in OpenGL. Is there some class to convert OpenGL coords to pixels? Or is there any formula for it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

关于从前 2024-12-12 20:50:19

我想你正在寻找这个:

http://www.opengl。 org/sdk/docs/man2/xhtml/gluProject.xml

它获取坐标并将它们映射到窗口坐标,左上角为 (0, 0)。

I think you're looking for this:

http://www.opengl.org/sdk/docs/man2/xhtml/gluProject.xml

It takes coordinates and maps them to window coordinates, with (0, 0) at the top left.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文