Query: glutsolidsphere
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutSolidSphere -- Draw a solid sphere centered at the origin.LIBRARYOpenGLUT - geometrySYNOPSIS#include <openglut.h> void glutSolidSphere(GLdouble radius, GLint slices, GLint stacks);PARAMETERSradius Sphere radius. slices The number of divisions around the z axis. (latitudal) stacks The number of divisions along the z axis. (longitudal)DESCRIPTIONThe 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.CAVEATSThe number of polygons representing the spherical surface is proportional to (slices*stacks).SEE ALSOglutWireSphere(3) Epoch
Related Man Pages |
---|
gludisk(3g) - mojave |
glusphere(3g) - mojave |
glucylinder(3g) - xfree86 |
gludisk(3g) - xfree86 |
glusphere(3g) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
DB2 convert digits to binary format |
Tar Command |
Shopt -s histappend |
[TIP] Processing YAML files with yq |
Please Welcome Dave Munro to the Moderator Team! |