Shadow volume is a technique used in 3D computer graphics to add shadows to a rendered scene. They were first proposed by Frank Crow in 1977 as the geometry describing the 3D shape of the region occluded from a light source. A shadow volume divides the virtual world in two: areas that are in shadow and areas that are not.
The stencil buffer implementation of shadow volumes is generally considered among the most practical general purpose real-time shadowing techniques for use on modern 3D graphics hardware. It has been popularised by the video game Doom 3, and a particular variation of the technique used in this game has become known as Carmack's Reverse (see depth fail below).
Shadow volumes have become a popular tool for real-time shadowing, alongside the more venerable shadow mapping. The main advantage of shadow volumes is that they are accurate to the pixel (though many implementations have a minor self-shadowing problem along the silhouette edge, see construction below), whereas the accuracy of a shadow map depends on the texture memory allotted to it as well as the angle at which the shadows are cast (at some angles, the accuracy of a shadow map unavoidably suffers). However, the shadow volume technique requires the creation of shadow geometry, which can be CPU intensive (depending on the implementation). The advantage of shadow mapping is that it is often faster, because shadow volume polygons are often very large in terms of screen space and require a lot of fill time (especially for convex objects), whereas shadow maps do not have this limitation.
Read more about Shadow Volume: Construction, Stencil Buffer Implementations, Optimization
Famous quotes containing the words shadow and/or volume:
“The shadow of a mighty Negro past flits through the tale of Ethiopia the shadowy and of the Egypt the Sphinx. Throughout history, the powers of single blacks flash here and there like falling stars, and die sometimes before the world has rightly gauged their brightness.”
—W.E.B. (William Edward Burghardt)
“Although volume upon volume is written to prove slavery a very good thing, we never hear of the man who wishes to take the good of it, by being a slave himself.”
—Abraham Lincoln (18091865)