1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutSolidOctahedron — Draw a solid octahedron.
5

LIBRARY

7     OpenGLUT - geometry
8

SYNOPSIS

10     #include <openglut.h>
11
12     void
13     glutSolidOctahedron(void);
14

DESCRIPTION

16     This function draws a regular, solid 8-sided polyhedron centered at the
17     origin.  The vertices are at (+/-1, 0, 0), (0, +/-1, 0), (0, 0, +/-1).
18

CAVEATS

20     We visit the same vertices the same number of times as in the wire octa‐
21     hedron, but the order is different.
22

SEE ALSO

24     glutWireOctahedron(3)
25
26
27
28
29                                     Epoch
Impressum