drawTeapot

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

void
drawTeapot
(
bool solid
,
double scale
)

Parameters

solid bool

true if the teapot should be solid.

scale double

relative size of the teapot.

Meta