Tao.FreeGlut SDK Documentation

Glut.glutSolidTeapot Method 

Renders a solid teapot.

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

Parameters

size
Relative size of the teapot.

Remarks

glutSolidTeapot renders a solid 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 | glutWireTeapot