Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 UIImage。
我的应用程序中有一个 EAGLView,它是 GLPaint(“Shake Me!”)示例程序的衍生产品。
UIImage 是全屏的(320x480。)实际上,它是程序早期的 EAGLView 图像的屏幕截图(就像在这个问题中一样。)
我想将 EAGLView 的图层内容设置为图像,然后继续在其上绘制。
提示?指向示例代码的指针?要阅读的文档?
谢谢!
事实证明,EAGLViews 可以像 UIViews 一样堆叠(并且它们可以混合使用),具有透明度,所以事情比我尝试制作它们要容易得多。