Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rokpok

macrumors newbie
Original poster
Apr 16, 2009
3
0
Hello,

I have a question about mixing OpenGL graphics and UIImageView in single view. How do you put some OpenGL graphics above the background image?

Rok
 

rokpok

macrumors newbie
Original poster
Apr 16, 2009
3
0
I have managed to accomplish that. But now I cannot get rid of black background sorounding OpenGL view. I have set opaque property to NO, and clear color to glClearColor(0.0f, 0.0f, 0.0f, 0.0f), but it is not working.
 

mccannmarc

macrumors 6502
Aug 15, 2008
270
0
Manchester, UK
Download the source code for Cocos2d for iPhone from Google code and have a read of it. That allows mixing UIKit with its OpenGL view and it does it very nicely
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.