开发者

Combining OpenGL ES and View-Based Application

How to combine OpenGL ES a开发者_JAVA百科pplication with a View-Based Application for iPhone?


You really just link the two together by switching the view in UIWindow.

[window addSubview:yourView];

It really is that easy. You just can't mix OpenGL ES and UIView drawing within the same view, unless you stop OpenGL ES animating of course.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜