搜索资源列表
GL TextureAlias Demo
- DEscr iptION: This sample demonstrates how to use a texture atlas to draw multiple objects with different textures simultaneously using OpenGL ES. It shows how to: * create PVR textures in an Xcode project build phase using texturetool; * l
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.
9567
- OpenGL ES Demo三维贴图,精选ios编程学习源码,很好的参考资料。-OpenGL ES Demo 3D map, select learning IOS programming source code, a good reference.
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
GLESPlayground
- iOS的OpenGL ES 3.0试验Demo。涵盖了OpenGL ES从创建顶点数据、VAO、Shader到最终渲染的全过程,并且GLSL使用3.0版本。可作为OpenGL ES的入门Demo