Android Opengl ES
时间:2011-03-12 来源:idiottiger
好像关于android的opengles的开发资料并不多,之前在国外网站上看到个老外写的,写的很好,很明了,拿出来给大家分享下,总共有6部分:
1. Settingup View: http://blog.jayway.com/2009/12/03/opengl-es-tutorial-for-android-part-i/
2. Building a Polygon: http://blog.jayway.com/2009/12/04/opengl-es-tutorial-for-android-%E2%80%93-part-ii-building-a-polygon/
3. Transformations: http://blog.jayway.com/2010/01/01/opengl-es-tutorial-for-android-%E2%80%93-part-iii-%E2%80%93-transformations/
4. Adding Colors: http://blog.jayway.com/2010/01/14/opengl-es-tutorial-for-android-%E2%80%93-part-iv-adding-colors/
5. More on Meshes: http://blog.jayway.com/2010/02/15/opengl-es-tutorial-for-android-%E2%80%93-part-v/
6. Textures: http://blog.jayway.com/2010/12/30/opengl-es-tutorial-for-android-%E2%80%93-part-vi-textures/
这是他的source code: http://code.google.com/p/opengl-es-tutorial-for-android/source/checkout