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?
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
2009-10-19 04:21:18
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
2010-10-18 12:04:42