Difference between revisions of "GouraudShading"

From polycount
Jump to: navigation, search
(Redirected page to Glossary#Gouraud Shading)
(Undo revision 5174 by Caustic (talk))
 
Line 1: Line 1:
#REDIRECT [[Glossary#Gouraud_Shading]]
+
Gouraud is a [[Shading|shading]] method, named after the French mathematician Henri Gouraud (pronounced on-REE grrr-ROW).
 +
 
 +
Each [[Triangle|triangle's]] color is created by [[Interpolating|interpolating]] the [[Vertex|vertex]] colors that are located at each corner of the triangle. In other words, the interior of each triangle is a smooth gradient between the colors of the three vertices. The vertex colors are usually created dynamically from the lighting in the scene, although the artist can instead assign specific colors to each vertex.
 +
 
 +
Gouraud shading has a smooth look, but can look strange when using solid colors.
 +
----
 +
[[Category:Glossary]][[Category:Rendering]]

Latest revision as of 15:31, 17 March 2015

Gouraud is a shading method, named after the French mathematician Henri Gouraud (pronounced on-REE grrr-ROW).

Each triangle's color is created by interpolating the vertex colors that are located at each corner of the triangle. In other words, the interior of each triangle is a smooth gradient between the colors of the three vertices. The vertex colors are usually created dynamically from the lighting in the scene, although the artist can instead assign specific colors to each vertex.

Gouraud shading has a smooth look, but can look strange when using solid colors.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools