Tao.FreeGlut SDK Documentation

Glut.glutWireTeapot Method 

Renders a wireframe teapot.

[Visual Basic]
Public Shared Sub glutWireTeapot( _
   ByVal size As Double _
)
[C#]
public static void glutWireTeapot(
   double size
);

Parameters

size
Relative size of the teapot.

Remarks

glutWireTeapot renders a wireframe teapot. Both surface normals and texture coordinates for the teapot are generated. The teapot is generated with OpenGL evaluators.

Footnote

Yes, the classic computer graphics teapot modeled by Martin Newell in 1975.

See Also

Glut Class | Tao.FreeGlut Namespace | glutSolidTeapot