glutWireSphere (3) - Linux Manuals
glutWireSphere: Draw a wireframe sphere centered at the origin.
NAME
glutWireSphere - Draw a wireframe sphere centered at the origin.LIBRARY
OpenGLUT - geometrySYNOPSIS
In openglut.h Ft void Fn glutWireSphere GLdouble radius GLint slices GLint stacksPARAMETERS
Bf Em
Bf Em
Bf Em
DESCRIPTION
The glutWireSphere() function draws a wireframe sphere centered at the origin. The "equatorial" great circle lies in the xy-plane.CAVEATS
The number of line segments representing the spherical surface is proportional to (slices*stacks).SEE ALSO
glutSolidSphere.3