本文介绍了Iphone上的OpenGl ES - 显示和旋转3D对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是Iphone,Xcode和openGL ES的新手。
I'am new to Iphone, to Xcode and to openGL ES.
我正在寻找一个源代码示例,演示如何创建3D对象,用手势旋转并放大,缩小...
I looking for an example of a source code witch demonstrates how to create 3d object, rotate it with gestures and zoom in, zoom out ...
谢谢,
Alex
Thanks,Alex
推荐答案
以下是如何显示的简单示例并旋转使用Blender创建的3d模型:
Here is the simple example how to display and rotate 3d models created with Blender: http://iphonedevelopment.blogspot.com/2009/06/using-3d-models-from-blender-in-opengl.html
完整的来源可以在这里找到:
The complete source can be found here: http://innerloop.biz/code/ExportTest.zip
这篇关于Iphone上的OpenGl ES - 显示和旋转3D对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!