glutsolidsphere(3) centos man page | unix.com

Man Page: glutsolidsphere

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutSolidSphere -- Draw a solid sphere centered at the origin.
LIBRARY
OpenGLUT - geometry
SYNOPSIS
#include <openglut.h> void glutSolidSphere(GLdouble radius, GLint slices, GLint stacks);
PARAMETERS
radius Sphere radius. slices The number of divisions around the z axis. (latitudal) stacks The number of divisions along the z axis. (longitudal)
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).
SEE ALSO
glutWireSphere(3) Epoch
Related Man Pages
glucylinder(3g) - suse
glusphere(3g) - mojave
glusphere(3g) - redhat
glucylinder(3g) - centos
gludisk(3g) - xfree86
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing