Where to start openGL ES to create and rotate a cube in an iPhone?

Posted by micropsari on Stack Overflow See other posts from Stack Overflow or by micropsari
Published on 2010-05-18T13:03:24Z Indexed on 2010/05/18 13:50 UTC
Read the original article Hit count: 219

Filed under:
|
|

Hello.
I've done some apps on iPhone using Objevtive-C and Cocos2d, and I'd like to start learning 3D.
My first goal is to make a very simple app that:
- Displays a 3D cube in the center of the screen.
- And move the camera around the cube
I want something very simple: no texture, no background.

Where should I start to be able to do this app? I'm searching for some tutorials or exemples.
Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about opengl-es