glutsolidoctahedron(3) - Linux man page

Name

glutSolidOctahedron - 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)

BSD Epoch BSD