Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenGl ES on Iphone - Displaying and rotating 3D objects

I'am new to Iphone, to Xcode and to openGL ES.

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 ...

Thanks, Alex

like image 315
alexpov Avatar asked Oct 10 '22 04:10

alexpov


1 Answers

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

like image 181
Krešimir Prcela Avatar answered Oct 13 '22 03:10

Krešimir Prcela