glutWireTetrahedron (3) - Linux Manuals
glutWireTetrahedron: Draw a wireframe tetrahedron.
NAME
glutWireTetrahedron - Draw a wireframe tetrahedron.LIBRARY
OpenGLUT - geometrySYNOPSIS
In openglut.h Ft void Fn glutWireTetrahedron voidDESCRIPTION
This function draws a regular, wireframe 4-sided polyhedron centered at the origin. The distance from the origin to the vertices is 1.TODO
Merge Bf SyPut the normals into the (or an) array.
Make the array static const, with file scope, and share with glutSolidTetrahedron().
Maybe consolidate with the SierpinskySponge?