Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: Draw sphere in OpenGL

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2002
    Posts
    5

    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

  2. #2
    Senior Member OpenGL Pro
    Join Date
    May 2000
    Location
    Hannover, Germany
    Posts
    1,258

    Re: Draw sphere in OpenGL

    Check out gluSphere( ... );
    - Michael Steinberg

  3. #3
    Junior Member Newbie
    Join Date
    Mar 2002
    Posts
    5

    Re: Draw sphere in OpenGL

    Im really new here...

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

    thanx

  4. #4
    Junior Member Regular Contributor
    Join Date
    Mar 2002
    Posts
    102

    Re: Draw sphere in OpenGL

    http://www.cs.bham.ac.uk/resources/u...dex_alpha.html

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

  5. #5
    Senior Member OpenGL Guru
    Join Date
    Jun 2000
    Location
    Gastonia, NC, USA
    Posts
    2,096

    Re: Draw sphere in OpenGL

    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:
    Im really new here...

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

    thanx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •