如何在 EAGLView (iPhone) 上显示我的 UIImage?

发布于 2024-08-12 18:56:44 字数 350 浏览 3 评论 0 原文

我有一个 UIImage。

我的应用程序中有一个 EAGLView,它是 GLPaint(“Shake Me!”)示例程序的衍生版本。

UIImage 是全屏的 (320x480)。实际上,它是程序早期的 EAGLView 图像的屏幕截图(如 这个问题。)

我想将 EAGLView 的图层内容设置为图像,然后继续在其上绘图。

提示?指向示例代码的指针?要阅读的文档?

谢谢!

I have a UIImage.

I have an EAGLView in my app, which is a derivative of the GLPaint ("Shake Me!") sample program.

The UIImage is full-screen (320x480.) Actually, it's a screen-capture of the EAGLView's image from earlier in the program (like in this question.)

I'd like to set the layer-contents of the EAGLView to the image, and then continue drawing on top of that.

Hints? Pointers to sample code? Docs to read?

Thanks!

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

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

发布评论

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

评论(1

╭ゆ眷念 2024-08-19 18:56:44

事实证明,EAGLViews 可以像 UIViews 一样堆叠(并且它们可以混合),具有透明度,所以事情比我试图制作的要容易得多。

It turns out that EAGLViews can be stacked just like UIViews (and they can be intermixed), with transparency, so things were much easier than I was trying to make them.

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