glutSolidSphere (3) - Linux Manuals
glutSolidSphere: Draw a solid sphere centered at the origin.
NAME
glutSolidSphere - Draw a solid sphere centered at the origin.LIBRARY
OpenGLUT - geometrySYNOPSIS
In openglut.h Ft void Fn glutSolidSphere GLdouble radius GLint slices GLint stacksPARAMETERS
Bf Em
Bf Em
Bf Em
DESCRIPTION
The glutSolidSphere() function draws a shaded sphere centered at
the origin. The surface is created from quadrangles
(except for triangles as degenerate quads at the poles) in a
longitude/latitude pattern. The equatorial great circle lies
in the xy-plane and is centered on the origin.
CAVEATS
The number of polygons representing the spherical surface is proportional to (slices*stacks).