This tutorial is original posted at Jayway’s Developer Blog and can be found here: Jayway’s Developer Blog Last tutorial we worked a bit more on meshes and we have also talked about adding colors to our mesh. The most common way of adding colors to your mesh is to add a texture. There is a Read More…
Category: Tutorial
OpenGL ES Tutorial for Android – Part V – More on Meshes
This tutorial is original posted at Jayway’s Developer Blog and can be found here: Jayway’s Developer Blog I have a feeling that some of you have tried my tutorials and then thought “This is a 3D tutorial, but why is everything in 2D?”. So in this tutorial we will make some real 3D meshes. This Read More…
OpenGL ES Tutorial for Android – Part IV – Adding colors
This tutorial is original posted at Jayway’s Developer Blog and can be found here: Jayway’s Developer Blog Last tutorial was about transformations. This tutorial will be a short one. I’m going to talk about adding color to your mesh. I will continue with the source code from tutorial II.
OpenGL ES Tutorial for Android – Part III – Transformations
This tutorial is original posted at Jayway’s Developer Blog and can be found here: Jayway’s Developer Blog 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 Read More…
OpenGL ES Tutorial for Android – Part II – Building a polygon
This tutorial is original posted at Jayway’s Developer Blog and can be found here: Jayway’s Developer Blog Previous tutorial was all about setting up the GLSurfaceView. Be sure to read it beacuse it’s a really importent one to be able to continue.
OpenGL ES Tutorial for Android – Part I – Setting up the view
This tutorial is original posted at Jayway’s Developer Blog and can be found here: Jayway’s Developer Blog I can’t always remember where I found particular info so I might not always be able to give you the right reference. If you feel that I have borrowed stuff from you but have forgotten to add you Read More…