iPhone OpenGL:添加背景图像
是的,所以我让所有可爱的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发出 glClear 然后将 2 个三角形(即四边形)渲染到屏幕上,并将适当的图像纹理映射到它们上。
Issue a glClear then render 2 triangles (ie a quad) to the screen with the appropriate image texture mapped onto them.