Jump to content

Polygon (computer graphics)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by J04n (talk | contribs) at 03:41, 20 July 2009 (Repairing links to disambiguation pages - You can help!). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Polygons are used in computer graphics to compose images that are three-dimensional in appearance. Usually (but not always) triangular, polygons arise when an object's surface is modeled, vertices are selected, and the object is rendered in a wire frame model. This is quicker to display than a shaded model; thus the polygons are a stage in computer animation. The polygon count refers to the number of polygons being rendered per frame.

Competing methods for rendering polygons that avoid seams

See also