Computer graphics (computer science): Difference between revisions

Content deleted Content added
m added link to Graphical output device
No edit summary
Line 18:
 
; [[Flat shading]]: A technique that shades each polygon of an object based on the polygon's "normal" and the position and intensity of a light source.
; [[Gouraud shading]]: Invented by [[Henri Gouraud]] in 1971, a fast and resource-conscious vertex shading technique used to simulate smoothly shaded surfaces. Also referred to as "vertex shading."
; [[Texture mapping]]: A technique for simulating a large amount of surface detail by mapping images (textures) onto polygons.
; [[Phong shading]]: Invented by Wu Tong Phong, used to simulate specular highlights and smooth shaded surfaces.