Query: glutwireteapot
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutWireTeapot -- Draw a wireframe teapot.LIBRARYOpenGLUT - geometrySYNOPSIS#include <openglut.h> void glutWireTeapot(GLdouble size);PARAMETERSsize Scale factor.DESCRIPTIONThis function draws the standard Teapot in wireframe using OpenGL evaluators. This is the classic "Utah Teapot" of computer graphics. The base should lie in the xy-plane with "up" being along the positive z axis. This is derived from SGI code. It should also be the same as the teapot modeled by Martin Newell in 1975.SEE ALSOglutSolidTeapot(3) Epoch