搜索资源列表
OpenGL_ES_Programming_Guide_iPhone_v1.0.0.tar
- 主要是介绍IPHONE3GS上面的罪名用OPEN GL,是做iphone开发的很好一本书,特别是对于那些自己想做动画效果的程序员来说,必不可以少-The introduction of the iPhone 3G S to the market marks a major milestone in the adoption of OpenGL ES 2.0. This new iPhone will put the power of programmable 3D graphics in t
AndroidOpenGLVideoDemo-master
- 这个示例程序使用OpenGL将video渲染到TextureView上,这样你可以通过OpenGL的shader应用在video的播放过程中,产生想要的特效-This is a demo for using OpenGL to render video to a TextureView. With this you can use OpenGL shaders for video effects during playback
iPhone_opengl
- opengl example using shader on iphone
GLESPlayground
- iOS的OpenGL ES 3.0试验Demo。涵盖了OpenGL ES从创建顶点数据、VAO、Shader到最终渲染的全过程,并且GLSL使用3.0版本。可作为OpenGL ES的入门Demo