Harman Patil (Editor)

Utah teapot

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Artist
  
Martin Newell

Subject
  
Teapot

Utah teapot httpsuploadwikimediaorgwikipediacommonsthu

The world s most famous teapot the utah teapot


The Utah teapot, or the Newell teapot, is a 3D computer model that has become a standard reference object (and something of an in-joke) in the computer graphics community. It is a mathematical model of an ordinary teapot of fairly simple shape, that appears solid, cylindrical and partially convex. A teapot primitive is considered the equivalent of a "hello, world" program, as a way to create an easy 3D scene with a somewhat complex model acting as a basic geometry reference for scene and light setup. Many programming libraries even have functions dedicated to drawing teapots.

Contents

The teapot model was created in 1975 by early computer graphics researcher Martin Newell, a member of the pioneering graphics program at the University of Utah.

The utah teapot and 100 000 subscribers


History

Newell needed a moderately simple mathematical model of a familiar object for his work. His wife Sandra Newell suggested modelling their tea service since they were sitting down for tea at the time. He got some graph paper and a pencil, and sketched the entire teapot by eye. Then he went back to the lab and edited bézier control points on a Tektronix storage tube, again by hand.

The teapot shape contains a number of elements that made it ideal for the graphics experiments of the time: it is round, contains saddle points, has a genus greater than zero because of the hole in the handle, can project a shadow on itself, and looks reasonable when displayed without a complex surface texture.

Newell made the mathematical data that described the teapot's geometry (a set of three-dimensional coordinates) publicly available, and soon other researchers began to use the same data for their computer graphics experiments. These researchers needed something with roughly the same characteristics that Newell had, and using the teapot data meant they did not have to laboriously enter geometric data for some other object. Although technical progress has meant that the act of rendering the teapot is no longer the challenge it was in 1975, the teapot continued to be used as a reference object for increasingly advanced graphics techniques.

Over the following decades, editions of computer graphics journals (such as the ACM SIGGRAPH's quarterly) regularly featured versions of the teapot: faceted or smooth-shaded, wireframe, bumpy, translucent, refractive, even leopard-skin and furry teapots were created.

The original teapot model was never intended to be seen from below, and had no surface to represent its base. Later versions of the data set fixed this.

The real teapot is noticeably taller (by a ratio of 4:3) compared to the computer model. Jim Blinn stated that he scaled the model on the vertical axis during a demo in the lab to demonstrate that they could manipulate it. They then liked the way this new version looked and saved the file.

The original, physical teapot was purchased from ZCMI (a department store in Salt Lake City) in 1974. It was donated to the Boston Computer Museum in 1984 where it was on display until 1990. It now resides in the ephemera collection at the Computer History Museum in Mountain View, California where it is catalogued as "Teapot used for Computer Graphics rendering" and bears the catalogue number X00398.1984. Versions of the teapot are still sold today by Friesland Porzellan in Germany, which was the original makers of the teapot as they were once part of the Melitta Group.

Versions of the teapot model, or sample scenes containing it, are distributed with or freely available for nearly every current rendering and modelling program and even many graphic APIs, including AutoCAD, Houdini, Lightwave 3D, MODO, POV-Ray, 3ds Max, and the OpenGL and Direct3D helper libraries. Some RenderMan-compliant renderers support the teapot as a built-in geometry by calling RiGeometry("teapot", RI_NULL). Along with the expected cubes and spheres, the GLUT library even provides the function glutSolidTeapot() as a graphics primitive, as does its Direct3D counterpart D3DX (D3DXCreateTeapot()). However version 11 of DirectX does not provide this functionality anymore. Mac OS X Tiger and Leopard also include the teapot as part of Quartz Composer; Leopard's teapot supports bump mapping. BeOS included a small demo of a rotating 3D teapot, intended to show off the platform's multimedia facilities.

Teapot scenes are commonly used for renderer self-tests and benchmarks.

Appearances

One famous ray-traced image (by Jim Arvo and Dave Kirk, from their 1987 SIGGRAPH paper "Fast Ray Tracing by Ray Classification") shows six stone columns, five of which are surmounted by the Platonic solids (tetrahedron, cube, octahedron, dodecahedron, icosahedron). The sixth column supports a teapot. The image is titled "The Six Platonic Solids"—which has led some people to call the teapot a Teapotahedron. This image appeared on the covers of several books and journals.

The Utah teapot sometimes appears in the "Pipes" screensaver shipped with Microsoft Windows, but only in versions prior to Windows XP, and has been included in the "polyhedra" XScreenSaver hack since 2008.

Jim Blinn (in one of his "Project MATHEMATICS!" videos) proves an amusing (but trivial) version of the Pythagorean theorem: Construct a (2D) teapot on each side of a right triangle and the area of the teapot on the hypotenuse is equal to the sum of the areas of the teapots on the other two sides.

With the advent of first computer generated short films, and then of full-length feature films, it has become something of an in-joke to hide a Utah teapot somewhere in one of the film's scenes. For example, in the movie Toy Story the Utah teapot appears in a short tea-party scene. The teapot also appears in The Simpsons episode "Treehouse of Horror VI" in which Homer discovers the "third dimension". It also appears in Pixar's Monsters, Inc. on the table in Boo's bedroom.

3D printing

The Utah Teapot has come full circle from being a computer model based on an actual teapot to being an actual teapot based on the computer model. It is widely available in many renderings in different materials from small plastic knick-knacks to a fully functional ceramic teapot. It is sometimes intentionally rendered as a blocky, low poly object to celebrate its origin as a computer model.

In 2009, the Belgian design studio, Unfold, 3D printed the Utah Teapot in ceramic with the objective of returning the iconographic teapot to its roots as a piece of functional dish-ware while showing its status as an icon of the digital world.

In 2015, the California-based company and self-described "Make-Tank", Emerging Objects, followed suit, but this time printed the teapot, along with teacups and teaspoons, out of actual tea.

References

Utah teapot Wikipedia