GLUTSOLIDTETRAHEDRON
Section: C Library Functions (3)
Updated: LOCAL
Index
Return to Main Contents
BSD mandoc
 
NAME
glutSolidTetrahedron
 - Draw a solid tetrahedron.
 
LIBRARY
OpenGLUT - geometry
 
SYNOPSIS
In openglut.h
Ft void
Fn 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)