Draw sphere in OpenGL

Hi,

Im using Visual C++/OpenGL. I know how to make a cube, but what about a sphere in OpenGL?

thanx

Check out gluSphere( … );

Im really new here…

Where can I look this up? is there a list of all the functions in OGL somewhere?

thanx

http://www.cs.bham.ac.uk/resources/ums/OpenGL/man/opengl_index_alpha.html

This is one of thousands…
Type a gl function name into google and many more will
show up.

Yes, there is this great site that offers documentation on all of the opengl, glu, glut commands on-line!!!
www.opengl.org

On the main page of the site is a developer documentation menu, with all you are asking.

This site also offers a search window on the main page that you can input the opengl command and will give you information on it.

Originally posted by J-Tek:
[b]Im really new here…

Where can I look this up? is there a list of all the functions in OGL somewhere?

thanx[/b]