Micropolygon

Micropolygon

In 3D computer graphics, a micropolygon (or µ-polygon) is a polygon that is very small relative to the image being rendered. Commonly, the size of a micropolygon is close to or even less than the area of a pixel. Micropolygons allow a renderer to create a highly detailed image.

The concept of micropolygons was developed within the Reyes algorithm, in which geometric primitives are tessellated at render time into a rectangular grid of tiny, four-sided polygons. A shader might fill each micropolygon with a single color or assign colors on a per-vertex basis. Shaders that operate on micropolygons can process an entire grid of them at once in SIMD fashion. This often leads to faster shader execution, and allows shaders to compute spatial derivatives (e.g. for texture filtering) by comparing values at neighboring micropolygon vertices.

Furthermore, a renderer using micropolygons can support displacement mapping simply by perturbing micropolygon vertices during shading. This displacement is usually not limited to the local surface normal but can be given an arbitrary direction.

Further reading



Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Displacement mapping — is an alternative computer graphics technique in contrast to bump mapping, normal mapping, and parallax mapping, using a (procedural ) texture or height map to cause an effect where the actual geometric position of points over the textured… …   Wikipedia

  • Reyes rendering — is a computer software architecture used in 3D computer graphics to render photo realistic images. It was developed in the mid 1980s by Lucasfilm s Computer Graphics Research Group, which is now Pixar. It was first used in 1982 to render images… …   Wikipedia

  • Modo (software) — Infobox Software name = modo caption = Modo Version 302. caption = Screenshot of modo 302 developer = Luxology, LLC latest release version = [http://www.luxology.com/press/release/040308 modo302.aspx 302] latest release date = April 3, 2008… …   Wikipedia

  • modo (software) — modo Developer(s) Luxology, LLC Stable release 501 / December 15, 2010 Operating system Mac OS X , Windows …   Wikipedia

  • Houdini (software) — This article is about a high end 3D animation software. For chess engine, see Houdini (chess). Houdini is a high end 3D animation package developed by Side Effects Software which is headquartered in Toronto, Canada. Its chief distinction from… …   Wikipedia

  • 3D computer graphics software — 3D computer graphics Basics …   Wikipedia

  • Микрополигон — (англ. Micropolygon) термин в трёхмерной компьютерной графике, обозначающий полигон очень маленьких размеров по сравнению с изображением, которое проходит рендеринг. В общем случае размер микрополигона близок или даже меньше площади одного… …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”