glutSolidCone (3) - Linux Manuals
glutSolidCone: Draw a solid cone.
NAME
glutSolidCone - Draw a solid cone.LIBRARY
OpenGLUT - geometrySYNOPSIS
In openglut.h Ft void Fn glutSolidCone GLdouble base GLdouble height GLint slices GLint stacksPARAMETERS
Bf Em
Bf Em
Bf Em
Bf Em
DESCRIPTION
The glutSolidCone() function draws a shaded cone
with a base in the xy-plane, oriented in the positive z
direction.
CAVEATS
The number of polygons representing the conical surface is proportional to (slices*stacks).