Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios OpenGL ES编程指南粒子示例_Ios_Opengl Es_Ios6 - Fatal编程技术网

Ios OpenGL ES编程指南粒子示例

Ios OpenGL ES编程指南粒子示例,ios,opengl-es,ios6,Ios,Opengl Es,Ios6,我试图让OpenGL ES编程指南中给出的粒子系统示例在iOS 6中编译,但我似乎无法让它工作。以下是本书的网站供参考: 该代码可以从Google代码下载,请参见以下说明: 代码在第13章中 有没有人遇到过这个问题,并且能够在iOS 6中工作?我做了一些修改,但仍然没有乐趣。按照以下步骤操作: 打开“/opengles图书样本/iPhone/Common/”中的“Common.xcodeproj” 选择为设备或模拟器生成并生成 生成成功后,关闭Common.xcodeproj 打开Finde

我试图让OpenGL ES编程指南中给出的粒子系统示例在iOS 6中编译,但我似乎无法让它工作。以下是本书的网站供参考:

该代码可以从Google代码下载,请参见以下说明:

代码在第13章中

有没有人遇到过这个问题,并且能够在iOS 6中工作?我做了一些修改,但仍然没有乐趣。

按照以下步骤操作:

  • 打开“/opengles图书样本/iPhone/Common/”中的“Common.xcodeproj”
  • 选择为设备或模拟器生成并生成
  • 生成成功后,关闭Common.xcodeproj
  • 打开Finder并从菜单Go>Go to Folder。。。键入不带引号的“~/Library/Developer/Xcode/DerivedData/”并在文件夹中找到名为“Common bkornpjvpvwbxgdgxbwiukcqwaz”的文件夹转到:/Build/Products/并将“libCommon.a”复制到ParticleSystem项目
  • 构建并运行粒子示例
  • 就这样。:) 祝你好运