glutSolidOctahedron - Man Page

Draw a solid octahedron.

Library

OpenGLUT - geometry

Synopsis

#include <openglut.h>

void
glutSolidOctahedron(void);

Description

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

Caveats

We visit the same vertices the same number of times as in the wire octahedron, but the order is different.

See Also

glutWireOctahedron(3)

Referenced By

glutWireOctahedron(3).