1UNTITLED LOCAL UNTITLED
2
NAME
4glutSolidOctahedron — Draw a solid octahedron.
5
LIBRARY
7OpenGLUT - geometry
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutSolidOctahedron(void);
14
DESCRIPTION
16This function draws a regular, solid 8-sided polyhedron centered at the
17origin. The vertices are at (+/-1, 0, 0), (0, +/-1, 0), (0, 0, +/-1).
18
CAVEATS
20We visit the same vertices the same number of times as in the wire octa‐
21hedron, but the order is different.
22
SEE ALSO
24glutWireOctahedron(3)
2526
27
28
29
Epoch