Archive
Posts Tagged ‘Terrain’
Android Terrain Test 2 : Clouds
26/02/2013
11 comments
So I again went playing with OpenGL ES 2 on Android, this time I added clouds to the terrain:
Not only that but I also learned new things about OpenGL ES 2 and fixed some deadly bugs in my previous code and reorganized the code in a better way.
Here are some screenshots showing the results of using different textures and different Read more…
Categories: Android, Games Programming, Graphics, OpenGL, Programming
Android, OpenGLES, Terrain
Android terrain test
19/10/2012
18 comments
Hello :), a while ago I decided to learn OpenGL ES 2.0 in Android, so I decided to make a simple terrain, and now I want to share my thoughts about this experience :D.
Edit: after reading this post please take a look at Android Terrain Test 2 : Clouds where the code is better and bugs are fixed (clouds were added too 😛 ).
Categories: Android, Games Programming, Graphics, My Thoughts, OpenGL
Android, OpenGLES, Terrain