Query: glutsolidcone
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutSolidCone -- Draw a solid cone.LIBRARYOpenGLUT - geometrySYNOPSIS#include <openglut.h> void glutSolidCone(GLdouble base, GLdouble height, GLint slices, GLint stacks);PARAMETERSbase Cone radius at the base in the xy plane. height Height of cone in positive z direction. slices The number of divisions around the z axis. (latitudal) stacks The number of divisions along the z axis. (longitudal)DESCRIPTIONThe glutSolidCone() function draws a shaded cone with a base in the xy-plane, oriented in the positive z direction.CAVEATSThe number of polygons representing the conical surface is proportional to (slices*stacks).SEE ALSOglutWireCone(3) Epoch
Related Man Pages |
---|
glucylinder(3g) - mojave |
gludisk(3g) - mojave |
glusphere(3g) - redhat |
glucylinder(3g) - xfree86 |
gludisk(3g) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
How to insert JPEG on each side of the cube using openGL in C |