iPhone OpenGL:添加背景图像

发布于 2024-10-13 05:18:59 字数 249 浏览 4 评论 0原文

是的,所以我让所有可爱的 openGL 东西都工作了,我可以通过视图甚至窗口的属性来更改背景颜色,但是看在上帝的份上,我不能将其更改为图像。

  • 我尝试将它添加到笔尖
  • 我尝试添加 UIImageView 作为 一个子视图。
  • 我尝试将其添加为 UIColor 使用 Pattern
  • 我尝试使 OpenGL 视图具有 清除背景并设置
    实际窗口上的图像。

还是没有喜悦!

Right so I got all my lovely openGL stuff working and I can change the background colour via the property of the view or even the window however for the love of god I cant change it to an image.

  • I have tried adding it to the nib
  • I have tried adding a UIImageView as
    a subview.
  • I have tried addiing it as a UIColor
    with Pattern
  • I tried making the OpenGL view have a
    clear background and setting the
    image on the actual window.

Still no joy!

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

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

发布评论

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

评论(1

亚希 2024-10-20 05:18:59

发出 glClear 然后将 2 个三角形(即四边形)渲染到屏幕上,并将适当的图像纹理映射到它们上。

Issue a glClear then render 2 triangles (ie a quad) to the screen with the appropriate image texture mapped onto them.

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