Scroll to navigation

GLUTSOLIDTETRAHEDRON(3) Library Functions Manual (local) GLUTSOLIDTETRAHEDRON(3)

NAME

glutSolidTetrahedronDraw a solid tetrahedron.

LIBRARY

OpenGLUT - geometry

SYNOPSIS

#include <openglut.h>

void
glutSolidTetrahedron(void);

DESCRIPTION

This function draws a regular, solid 4-sided polyhedron centered at the origin. The distance from the origin to the vertices is 1.

TODO

See todo-list on glutWireTetrahedron().

SEE ALSO

glutWireTetrahedron(3)