文件名称: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;
* load a PVR texture and
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;
* load a PVR texture and
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : GLTextureAtlas.zip 列表 GLTextureAtlas/ GLTextureAtlas/Classes/ GLTextureAtlas/Classes/EAGLView.h GLTextureAtlas/Classes/EAGLView.m GLTextureAtlas/Classes/GLTextureAtlasAppDelegate.h GLTextureAtlas/Classes/GLTextureAtlasAppDelegate.m GLTextureAtlas/Classes/Matrix4x4.c GLTextureAtlas/Classes/Matrix4x4.h GLTextureAtlas/Classes/PVRTexture.h GLTextureAtlas/Classes/PVRTexture.m GLTextureAtlas/GLTextureAtlas-Info.plist GLTextureAtlas/GLTextureAtlas.xcodeproj/ GLTextureAtlas/GLTextureAtlas.xcodeproj/lsang.mode1v3 GLTextureAtlas/GLTextureAtlas.xcodeproj/project.pbxproj GLTextureAtlas/GLTextureAtlas_Prefix.pch GLTextureAtlas/main.m GLTextureAtlas/MainWindow.xib GLTextureAtlas/ReadMe.txt GLTextureAtlas/Resources/ GLTextureAtlas/Resources/butterfly.png GLTextureAtlas/Resources/butterfly_2.pvr GLTextureAtlas/Resources/butterfly_4.pvr GLTextureAtlas/Resources/Icon.png