1UNTITLED LOCAL UNTITLED
2
NAME
4glutSolidTetrahedron — Draw a solid tetrahedron.
5
LIBRARY
7OpenGLUT - geometry
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutSolidTetrahedron(void);
14
DESCRIPTION
16This function draws a regular, solid 4-sided polyhedron centered at the
17origin. The distance from the origin to the vertices is 1.
18
TODO
20See todo-list on glutWireTetrahedron().
21
SEE ALSO
23glutWireTetrahedron(3)
2425
26
27
28
Epoch