tags:

views:

385

answers:

2

Basically i want a 3d rotating earth. gluSphere function isn't found. is it available on the iphone's opengl es? how can i render a sphere otherwise?

+3  A: 

No GLUT for the iPhone, but this may be what you are looking for

cmsjr
A: 

Procedural sphere will not be much helpful when you also want to texture it, I suggest you to use one of the many rendering libraries and a model with proper uv map.

M. Utku ALTINKAYA
I don't see why it wouldn't be helpful... I'm using procedural spheres that I'm texturing, I only have to generate UVs when I'm generating vertices and normals.
jv42