|
The Utah teapot or Newell teapot is a 3D model which has become a standard reference object (and something of an in-joke) in the computer graphics community. It is a simple, round, solid, partially concave mathematical model of an ordinary teapot. This image has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. ...
This image has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. ...
3D computer graphics are different from 2D computer graphics in that a three-dimensional representation of geometric data is stored in the computer for the purposes of performing calculations and rendering 2D images. ...
An in joke is a joke whose humour is clear only to those people who are in a group that has some prior knowledge (not known by the whole population) that makes the joke humorous. ...
For the journal by ACM SIGGRAPH, see Computer Graphics (Publication). ...
Look up Concave in Wiktionary, the free dictionary. ...
A teapot with floral design A Chinese Yixing Zisha teapot A Chinese Zisha teapot - Melon A modern teapot A teapot is a vessel used for steeping tea leaves or a herbal mix in near-boiling water. ...
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. Year 1975 (MCMLXXV) was a common year starting on Wednesday (link will display full calendar) of the Gregorian calendar. ...
Martin Newell is a computer scientist specializing in computer graphics, most famous as the creator of the Utah teapot. ...
The University of Utah (also The U or the U of U or the UU), located in Salt Lake City, is the flagship public research university in the state of Utah, and one of 10 institutions that make up the Utah System of Higher Education. ...
History Newell needed a moderately simple mathematical model of a familiar object for his work. Sandra Newell (his wife) suggested modelling their tea service since they were sitting down to tea at the time. He got some graph paper and a pencil, and sketched the entire tea service by eye. Then, he went back to the lab and edited bézier control points on a Tektronix storage tube, again by hand. While a cup, saucer, and teaspoon were digitized along with the famous teapot, only the teapot itself attained widespread usage. It is thought that a milk jug was also modelled, but the data for that seems to have been lost. Bézier can refer to: Bézier curve Bézier triangle Bézier surface Pierre Bézier, French engineer and creator of Bézier curves The town of Béziers in France AS Béziers Hérault - a French rugby union team This is a disambiguation page: a list of...
Mostly obsolete, a storage tube is a special monochromatic CRT whose screen has a kind of memory (hence the name): when a portion of the screen is illuminated by the CRTs electron gun, it stays lit until a screen erase command is given. ...
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. Image File history File links Melitta_teapot. ...
Image File history File links Melitta_teapot. ...
See Melissa (disambiguation) for other possible meanings. ...
Martin Newell is a computer scientist specializing in computer graphics, most famous as the creator of the Utah teapot. ...
Plot of y = x3 with a saddle-point at (0,0). ...
In mathematics, the genus has few different meanings Topology The genus of a connected, oriented surface is an integer representing the maximum number of cuttings along closed simple curves without rendering the resultant manifold disconnected. ...
Newell made the mathematical data that describes 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. See Cartesian coordinate system or Coordinates (elementary mathematics) for a more elementary introduction to this topic. ...
Year 1975 (MCMLXXV) was a common year starting on Wednesday (link will display full calendar) of the Gregorian calendar. ...
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 Association for Computing Machinery, or ACM, was founded in 1947 as the worlds first scientific and educational computing society. ...
SIGGRAPH 2005 official logo SIGGRAPH (short for Special Interest Group in Graphics) is the name of the annual conference on computer graphics convened by the ACM SIGGRAPH organization. ...
The original teapot model was never intended to be seen from below and had no surface to represent the base of the teapot; later versions of the data set have fixed this. A data set (or dataset) is a collection of data, usually presented in tabular form. ...
The real teapot is noticeably taller than the computer model because Newell's frame buffer used non-square pixels. Rather than distorting the image, Newell's colleague Jim Blinn reportedly scaled the geometry to cancel out the stretching, and when the model was shared with users of other systems, the scaling stuck. Height scale factor was 1.3. The framebuffer is a part of RAM in a computer allocated to hold the graphics information for one frame or picture. ...
A pixel (a contraction of picture element) is one of the many tiny dots that make up the representation of a picture in a computers memory. ...
Jim Blinn James Blinn is a computer graphics researcher and also pioneer on this field. ...
The original, physical teapot was purchased from ZCMI (a department store in Salt Lake City, Utah) 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. This article or section does not cite its references or sources. ...
Salt Lake City is the capital and the most populous city of the U.S. state of Utah. ...
The Computer History Museum in Mountain View. ...
Mountain View is a city in Santa Clara County, in the U.S. state of California. ...
Versions of the teapot model, or sample scenes containing it, are distributed with or freely available for nearly every current rendering and modeling program, including AutoCAD, Lightwave 3D, POV-Ray, OpenGL, Direct3D, and 3D Studio Max. 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()). 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. AutoCAD is a suite of CAD software products for 2- and 3-dimensional design and drafting, developed and sold by Autodesk, Inc. ...
Lightwaves current logo LightWave (or, more properly, LightWave 3D) is a computer graphics program for 3D modeling, rendering, and animation. ...
The Persistence of Vision Raytracer, or POV-Ray, is a ray tracing program available for a variety of computer platforms. ...
OpenGL (Open Graphics Library) is a standard specification defining a cross-language cross-platform API for writing applications that produce 2D and 3D computer graphics. ...
Direct3D is part of Microsofts DirectX API. Direct3D is only available for Microsofts various Windows operating systems (Windows 95 and above) and is the base for the graphics API on the Xbox and Xbox 360 console systems. ...
3D Studio Max (name changed to 3DS Max, also sometimes called 3dsm, or just Max) is a 3D modeler developed by Autodesk Media & Entertainment (formerly known as Discreet and Kinetix). ...
RenderMan Interface Specification[1], or RISpec in short, is an API developed by Pixar Animation Studios to describe three dimensional scenes and turn them into digital photorealistic images. ...
Rendering is the process of generating an image from a model, by means of a software program. ...
The OpenGL Utility Toolkit (GLUT) is a library of utilities for OpenGL programs, which primarily perform system-level I/O with the host operating system. ...
Direct3D is part of Microsofts DirectX API. Direct3D is only available for Microsofts various Windows operating systems (Windows 95 and above) and is the base for the graphics API on the Xbox and Xbox 360 console systems. ...
In computing, D3DX is a high level API library that sits on top of Microsofts Direct3D graphics API. The D3DX libaray was introduced in Direct3D 8 and an improved version was released with Direct3D 9. ...
Quartz Composer is a node based visual programming language provided as part of the Xcode development environment in Mac OS X v10. ...
A sphere without bump mapping. ...
BeOS is an operating system for personal computers which began development by Be Inc. ...
Teapot scenes are commonly used for renderer self-tests and benchmarks. In particular, the Teapot in a stadium benchmark and problem concern the difficulty of rendering a scene with drastically different geometrical density and scale of data in various parts of the scene.[1][2]
Appearances
Hannah's tea party in Toy Story, her teapot is the Utah Teapot With the advent first of 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. Utah teapots can be found in Toy Story, Monsters Inc., and Disney's Beauty and the Beast. It can be found in Microsoft Train Simulator, and is featured in one of the levels of the video game Super Monkey Ball 2. The image of the teapot is used as one of the paintings in Sims 2. By using a cheat code it is possible to have a Utah teapot as an avatar in the Star Wars: Knights of the Old Republic PC game. In computers, the Utah teapot sometimes appears in the "Pipes" screensaver shipped with Microsoft Windows.[3] Image File history File links No higher resolution available. ...
Image File history File links No higher resolution available. ...
An in joke is a joke whose humour is clear only to those people who are in a group that has some prior knowledge (not known by the whole population) that makes the joke humorous. ...
Toy Story is an Academy-award-winning CGI animated feature film produced by Pixar Animation Studios and released by Walt Disney Pictures and Buena Vista Distribution in the United States on November 22, 1995, and Australia on December 7, 1995, as well as in the United Kingdom on 22 March...
Monsters, Inc. ...
Beauty and the Beast is a 1991 American animated film, the thirtieth animated feature produced by Walt Disney Feature Animation. ...
Microsoft Train Simulator (known in the Train Simulator community also as simply MSTS 1) is a train simulator for Microsoft Windows, released in July 2001 and developed by UK based Kuju Entertainment. ...
Super Monkey Ball is an arcade platform game developed by Amusement Vision and distributed by Sega featuring a cast of humorous monkey characters (see below). ...
The Sims 2 is a computer game from Maxis and is the sequel to the popular game The Sims. ...
Star Wars: Knights of the Old Republic (KotOR) is an RPG video game originally for the Microsoft Xbox and later for PCs running Microsoft Windows. ...
A screensaver is a computer program originally designed to conserve the image quality of computer displays by blanking the screen or filling them with moving images or patterns when the computers are not in use. ...
Windows redirects here. ...
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) - and the sixth column has 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. Jim Blinn (in one of his "Project Mathematics!" videos) proves an interesting 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 sum of the areas of the teapots on the other two sides. A ray traced scene. ...
SIGGRAPH 2005 official logo SIGGRAPH (short for Special Interest Group in Graphics) is the name of the annual conference on computer graphics convened by the ACM SIGGRAPH organization. ...
In geometry, a Platonic solid is a convex regular polyhedron. ...
A tetrahedron (plural: tetrahedra) is a polyhedron composed of four triangular faces, three of which meet at each vertex. ...
A cube[1] is a three-dimensional solid object bounded by six square faces, facets or sides, with three meeting at each vertex. ...
An octahedron (plural: octahedra) is a polyhedron with eight faces. ...
A dodecahedron is any polyhedron with twelve faces, but usually a regular dodecahedron is meant: a Platonic solid composed of twelve regular pentagonal faces, with three meeting at each vertex. ...
[Etymology: 16th century: from Greek eikosaedron, from eikosi twenty + -edron -hedron], icosahedral adjective An icosahedron noun (plural: -drons, -dra ) is any polyhedron having 20 faces, but usually a regular icosahedron is implied, which has equilateral triangles as faces. ...
Jim Blinn James Blinn is a computer graphics researcher and also pioneer on this field. ...
In mathematics, the Pythagorean theorem (AmE) or Pythagoras theorem (BrE) is a relation in Euclidean geometry among the three sides of a right triangle. ...
For alternate meanings, such as the musical instrument, see triangle (disambiguation). ...
A right triangle and its hypotenuse, h, along with catheti, c1 and c2. ...
See also The Utah teapot model A Virtual Model, in the general sense, is a model of a physical object, be it a person, a room, a house, a city or a planet. ...
The Trojan Room coffee pot was the inspiration for the worlds first webcam. ...
Image of the Stanford Bunny famously used in many model processing experiments The Stanford Bunny is a computer graphics test model developed by Greg Turk and Marc Levoy in 1994 at Stanford University. ...
Image of Lena Söderberg famously used in many image processing experiments. ...
Standard Cornell Box rendered with POV-Ray The Cornell Box is a test aimed at determining the accuracy of rendering software by comparing the rendered scene with an actual photograph of the same scene. ...
A hello world program is a computer program that prints out Hello, world! on a display device. ...
References - ^ Ingo Wald, Carsten Benthin, and Philipp Slusallek. "A Simple and Practical Method for Interactive Ray Tracing of Dynamic Scenes". Technical report, Computer Graphics Group, Saarland University, 2002., CiteSeer:[1]
- ^ Krzysztof S. Klimaszewski, Thomas W. Sederberg, "Faster Ray Tracing Using Adaptive Grids", IEEE Computer Graphics and Applications Vol. 17 , Issue 1 (1997)
- ^ "Pipes" screensaver spec
CiteSeer is a public search engine and digital library for scientific and academic papers. ...
External links |