Shadow mappingShadow mapping or shadowing projection is a process by which shadows are added to 3D computer graphics. This concept was introduced by Lance Williams in 1978, in a paper entitled "Casting curved shadows on curved surfaces." Since then, it has been used both in pre-rendered and realtime scenes in many console and PC games. Shadows are created by testing whether a pixel is visible from the light source, by comparing the pixel to a z-buffer or depth image of the light source's view, stored in the form of a texture.
Techniques de l'estampeLes techniques d'impression existent depuis l'apparition de l'imprimerie sur tissu, au ; si les Japonais et les Chinois semblent avoir été les premiers à trouver des techniques pour reproduire des images, ce n'est qu'au que des techniques de l'estampe en tant que telles apparaissent en Occident. Généralement inspirées des techniques d'orfèvrerie, avec des procédés tels que le burin, qui ont été utilisés depuis le , et regroupés en deux familles , auxquelles on ajoute parfois la gravure à plat, les techniques de gravure et d'impression ont sans cesse évolué au fil du temps, grâce à des artistes qui cherchaient les perfectionner ou à innover, de même que les supports (métal, bois, etc.
Stencil bufferA stencil buffer is an extra data buffer, in addition to the color buffer and Z-buffer, found on modern graphics hardware. The buffer is per pixel and works on integer values, usually with a depth of one byte per pixel. The Z-buffer and stencil buffer often share the same area in the RAM of the graphics hardware. In the simplest case, the stencil buffer is used to limit the area of rendering (stenciling). More advanced usage of the stencil buffer makes use of the strong connection between the Z-buffer and the stencil buffer in the rendering pipeline.