I'm new to developing Android APPs.
I managed to compile my first OpenGL Application, but encountered a little problem.
First, my current code can b开发者_如何学Goe found here: https://gist.github.com/1281394
When I start the application, the viewport has the size of this green rectangle as seen in the following screenshot:
I need a way to specify the size of the drawable space, since I want to draw elements on the entire screen.
I'd appreciate every hint :)
Many thanks in advance, Jakob
Take a look at these [NeHe] tutorials. They are a fantastic reference for starting OpenGL
精彩评论