搜索资源列表
android-opengl-es-demo
- 关于演示android下使用opengl ES 的例子。开发人员可以自己实现opengl es解决方案,或者使用android系统自带的GLSurfaceView 和GLSurfaceView.Renderer 来处理。-Some Demos about using opengl es on android platform.Developers can make opengl es by themselves or apply GLSurfaceView and GLSurfaceVIew.R
testfirst
- 几个简单的安卓示例,包括五子棋和一个用opengles描绘的立方体-several simeple android demos,include five-in-row demo and a cube rendered by opengl es.
android-opengles1-master
- 这是一个使用OpenGL ES 1.0的示例程序 - 它通过本地层实现的OpenGL ES 1.0来渲染3D图形,通过Activity来管理GLSurfaceView-Android OpenGL ES 1.0 demo- render 3D graphics via native OpenGLES 1.0, but manage the Activity with a GLSurfaceView