View Full Version : Draw sphere in OpenGL
J-Tek
04-11-2002, 11:11 PM
Hi,
Im using Visual C++/OpenGL. I know how to make a cube, but what about a sphere in OpenGL?
thanx
Michael Steinberg
04-11-2002, 11:47 PM
Check out gluSphere( ... );
J-Tek
04-12-2002, 06:54 AM
Im really new here...
Where can I look this up? is there a list of all the functions in OGL somewhere?
thanx
gumby
04-12-2002, 06:58 AM
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.
nexusone
04-12-2002, 07:53 AM
Yes, there is this great site that offers documentation on all of the opengl, glu, glut commands on-line!!!
www.opengl.org (http://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.
http://www.opengl.org/discussion_boards/ubb/smile.gif
Originally posted by J-Tek:
Im really new here...
Where can I look this up? is there a list of all the functions in OGL somewhere?
thanx
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.