Gouraud shading

Gouraud shading

Gouraud shading, named after Henri Gouraud, is a method used in computer graphics to simulate the differing effects of light and colour across the surface of an object. In practice, Gouraud shading is used to achieve smooth lighting on low-polygon surfaces without the heavy computational requirements of calculating lighting for each pixel. Gouraud first published the technique in 1971.

Principles behind the method

The basic principle behind the method is as follows: An estimate to the surface normal of each vertex in a 3D model is found by averaging the surface normals of polygons which meet at each vertex. Using these estimates, lighting computations based on the Phong reflection model are then performed to produce colour intensities at the vertices. Screen pixel intensities can then be bi linearly interpolated from the colour values calculated at the vertices. In a simpler sense, a gradient is formed in the area where the vertices meet.

Gouraud shading's strength and weakness lies in its interpolating. Interpolating colour values from three samples of expensive lighting calculations is much less processor intensive than performing that lighting calculation for each pixel, as is done in Phong shading. However, highly localized lighting effects (such as specular highlights eg. the glint of reflected light on the surface of an apple) will not be rendered correctly, and if a highlight lies in the middle of a polygon, but does not spread to the polygon's vertex, it will not be apparent in a Gouraud rendering; If a highlight occurs at the vertex of a polygon, it will be rendered correctly at this vertex (as this is where the lighting model is applied), but will be spread unnaturally across all neighboring polygons via the interpolation method. The problem is easily spotted in a rendering which ought to have a specular highlight moving smoothly across the surface of a model as it rotates. Gouraud shading will instead produce a highlight continuously fading in and out across neighboring portions of the model, peaking in intensity when the intended specular highlight passes over a vertex of the model. (This can be improved by increasing the density of vertices in the object, or alternatively an adaptive tessellation scheme might be used to increase the density only near the highlight.)

Despite the drawbacks, Gouraud shading is considered superior to flat shading, which requires significantly less processing than Gouraud, but gives low-polygon models a sharp, faceted look.


Original publications

* H. Gouraud, "Continuous shading of curved surfaces," "IEEE Transactions on Computers", 20(6):623–628, 1971.
* H. Gouraud, "Computer Display of Curved Surfaces", Doctoral Thesis, University of Utah, USA, 1971.
* H. Gouraud, "Continuous shading of curved surfaces". In Rosalee Wolfe (editor), " [http://www.siggraph.org/publications/seminal-graphics.html Seminal Graphics: Pioneering efforts that shaped the field] ", ACM Press, 1998. ISBN 1-58113-052-X.

See also

* Blinn–Phong shading model
* Phong shading


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Gouraud Shading — Gouraud Shading,   Shading …   Universal-Lexikon

  • Gouraud-Shading — Das Gouraud Shading ist ein Shading Verfahren in der 3D Computergrafik, um Polygonflächen zu schattieren. Benannt wurde es nach seinem Entwickler Henri Gouraud, der es erstmals 1971 vorstellte. Verfahren Beim Gouraud Shading werden zunächst die… …   Deutsch Wikipedia

  • Gouraud Shading — Das Gouraud Shading bzw. Gouraud Schattierung ist ein Shading Verfahren in der 3D Computergrafik, um Polygonflächen zu schattieren. Benannt wurde es nach seinem Entwickler Henri Gouraud, der es erstmals 1971 vorstellte. Verfahren Beim Gouraud… …   Deutsch Wikipedia

  • Gouraud shading — Ombrage Gouraud Les types d ombrage numériques Ombrage plat Ombrage de Gouraud Ombrage de Phong …   Wikipédia en Français

  • Gouraud shading — noun A method of simulating the effects of light and colour across the surface of an object …   Wiktionary

  • Gouraud-Shading — allgemein: ein linearer Interpolationsalgorithmus zwischen zwei Farben in einer Scanlinie Methode bei der Darstellung von 3D Objekten …   Acronyms

  • Gouraud-Shading — allgemein: ein linearer Interpolationsalgorithmus zwischen zwei Farben in einer Scanlinie Methode bei der Darstellung von 3D Objekten …   Acronyms von A bis Z

  • Shading — oder Schattierung[1] ist ein Begriff aus der 3D Computergrafik, der im weiten Sinn die Simulation der Oberflächeneigenschaften von Objekten bezeichnet.[2] Im Speziellen bezeichnet Shading die Anwendung eines Interpolationsverfahrens, mit dem der… …   Deutsch Wikipedia

  • Shading —   [dt. Schattierung], in der Grafikverarbeitung eine Reihe von Verfahren, Licht und Schatteneffekte bei der Darstellung von dreidimensionalen Grafiken zu berechnen. Das Shading ergänzt somit das Rendering. Shading Verfahren nützen aus, dass sich… …   Universal-Lexikon

  • Gouraud — can stand for various notions: *General Henri Gouraud, a World War I French general *Henri Gouraud, a computer scientist. **Gouraud shading, a shading algorithm invented by him …   Wikipedia

Share the article and excerpts

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