glutSolidOctahedron (3) Linux Manual Page
glutSolidOctahedron – Draw a solid octahedron. LibraryOpenGLUT – geometry SynopsisIn openglut.h Ft void Fn glutSolidOctahedron void DescriptionThis function draws a regular, solid 8-sided polyhedron centered at the origin. The vertices are at (+/-1, 0, 0), (0, +/-1, 0), (0, 0, +/-1). CaveatsWe visit the same vertices the same number of times as in the wire…
