Query: glutsoliddodecahedron
OS: mojave
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutSolidDodecahedron(3GLUT) GLUT glutSolidDodecahedron(3GLUT)NAMEglutSolidDodecahedron, glutWireDodecahedron - render a solid or wireframe dodecahedron (12-sided regular solid) respectively.SYNTAX#include <GLUT/glut.h> void glutSolidDodecahedron(void); void glutWireDodecahedron(void);DESCRIPTIONglutSolidDodecahedron and glutWireDodecahedron render a solid or wireframe dodecahedron respectively centered at the modeling coordinates origin with a radius of sqrt(3).SEE ALSOglutSolidSphere, glutSolidCube, glutSolidCone, glutSolidTorus, glutSolidOctahedron, glutSolidTetrahedron, glutSolidIcosahedron, glut- SolidTeapotAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutSolidDodecahedron(3GLUT)