Tag Archives: 3d

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 II – Building a polygon

Posted on 28. Jan, 2011 by .

0

Previous tutorial was all about setting up the GLSurfaceView. Be sure to read it because it’s a really important one to be able to continue.

Continue Reading

Programming for Android? Not Finding the Tutorial You Need?

Posted on 05. Aug, 2010 by .

2

We understand that you may need a tutorial that we have not completed. That is why we are recommending products that we feel meet our standard when it comes to Android. We will only suggest the best tutorial guides that are on the market. Other than hands on tinkering, we get a lot of our [...]

Continue Reading

Creating Game Menus

Posted on 12. Jul, 2010 by .

6

This is a tut for on how to design a game menu.

Continue Reading

3D Game Part VI

Posted on 03. Jun, 2010 by .

1

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading

3D Game Part V

Posted on 31. May, 2010 by .

0

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading

3D Game Part IV

Posted on 28. May, 2010 by .

0

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading

3D Game Part III

Posted on 25. May, 2010 by .

0

Intermediate to Advanced tutorial on 3D game programming

Continue Reading

3D Game Part II

Posted on 18. May, 2010 by .

0

The second part of this series will show you how to add a triangle and how to rotate it a bit. The first thing we have to do is to initialize the triangle we want to display. We have to create a function named initTriangle() in our VortexRenderer class. Lets start with the new object [...]

Continue Reading

3D Game Part I

Posted on 12. May, 2010 by .

1

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading