Tag Archives: Games

OpenGL ES Tutorial for Android – Part III – Transformations

Posted on 28. Jan, 2011 by .

0

Last tutorial was about building your polygons. This tutorial is all about transformations, how to move the polygons around. I will continue this tutorial from where the previous ended so you can use that source code or make a copy of it.

Continue Reading

OpenGL ES Tutorial for Android – Part I – Setting up the view

Posted on 27. Jan, 2011 by .

1

In the code examples I will have two different links for each function. The actual function will be linked to the android documentation and after that I will also link the OpenGL documentations.

Continue Reading