Man Page: glutwiretetrahedron
Operating Environment: centos
Section: 3
UNTITLEDLOCAL UNTITLEDNAMEglutWireTetrahedron -- Draw a wireframe tetrahedron.LIBRARYOpenGLUT - geometrySYNOPSIS#include <openglut.h> void glutWireTetrahedron(void);DESCRIPTIONThis function draws a regular, wireframe 4-sided polyhedron centered at the origin. The distance from the origin to the vertices is 1.TODOMerge r0 r1 r2 and r3 into one array. Put the normals into the (or an) array. Make the array static const, with file scope, and share with glutSolidTetrahedron(). Maybe consolidate with the SierpinskySponge?SEE ALSOglutSolidTetrahedron(3) Epoch