Samiksha Jaiswal (Editor)

Non photorealistic rendering

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Non-photorealistic rendering

Non-photorealistic rendering (NPR) is an area of computer graphics that focuses on enabling a wide variety of expressive styles for digital art. In contrast to traditional computer graphics, which has focused on photorealism, NPR is inspired by artistic styles such as painting, drawing, technical illustration, and animated cartoons. NPR has appeared in movies and video games in the form of "toon shading", as well as in scientific visualization, architectural illustration and experimental animation. An example of a modern use of this method is that of cel-shaded animation.

Contents

History

The term "non-photorealistic rendering" was probably coined by David Salesin and Georges Winkenbach in a 1994 paper. Many researchers find the terminology to be unsatisfying; some of the criticisms are as follows:

  • The term "photorealism" has different meanings for graphics researchers and artists. For artists, who are the target consumers of NPR techniques, it refers to a school of painting that focuses on reproducing the effect of a camera lens, with all the distortion and hyper-reflections that it involves. For graphics researchers, it refers to an image that is visually indistinguishable from reality. In fact, graphics researchers lump the kinds of visual distortions that are used by photorealist painters into non-photorealism.
  • Describing something by what it is not is problematic. Equivalent comparisons might be "non-elephant biology", or "non-geometric mathematics". NPR researchers have stated that they expect the term will disappear eventually, and be replaced by the more general term "computer graphics", with "photorealistic graphics" being used to describe traditional computer graphics.
  • Many techniques that are used to create 'non-photorealistic' images are not rendering techniques. They are modelling techniques, or post-processing techniques. While the latter are coming to be known as 'image-based rendering', sketch-based modelling techniques, cannot technically be included under this heading, which is very inconvenient for conference organisers.
  • The first conference on Non-Photorealistic Animation and Rendering included a discussion of possible alternative names. Among those suggested were "expressive graphics", "artistic rendering", "non-realistic graphics", "art-based rendering", and "psychographics". All of these terms have been used in various research papers on the topic, but the term NPR seems to have nonetheless taken hold.

    The first technical meeting dedicated to NPR was the ACM sponsored Symposium on Non-Photorealistic Rendering and Animation (NPAR) in 2000. NPAR is traditionally co-located with the Annecy Animated Film Festival, running on even numbered years. From 2007 NPAR began to also run on odd-numbered years, co-located with ACM SIGGRAPH.

    3D

    Three-dimensional NPR is the style that is most commonly seen in video games and movies. The output from this technique is almost always a 3D model that has been modified from the original input model to portray a new artistic style. In many cases, the geometry of the model is identical to the original geometry, and only the material applied to the surface is modified. With increased availability of programmable GPU's, shaders have allowed NPR effects to be applied to the rasterised image that is to be displayed to the screen. The majority of NPR techniques applied to 3D geometry are intended to make the scene appear two-dimensional.

    For enhanced legibility, the most useful technical illustrations for technical communication are not necessarily photorealistic. Non-photorealistic renderings, such as exploded view diagrams, greatly assist in showing placement of parts in a complex system.

    2D

    The input to a two-dimensional NPR system is most commonly an image; however, there are systems that take 3D geometry information as input and produce a 2D image or video as output. Again, many of the systems are intended to mimic a desired artistic style, such as watercolor, impressionism, or pen and ink drawing. Sketchy style is a rendering form that mimic hand-drawn graph primitive.

    Users who are interested in having much more control in the NPR process may be more interested in interactive techniques. Many of these NPR systems provide the user with a canvas that they can "paint" on using the cursor — as the user paints, a stylized version of the image is revealed on the canvas. This is especially useful for people who want to simulate different sizes of brush strokes according to different areas of the image.

    In contrast to the methods mentioned previously, another technique in NPR is simulating the painter's medium. Methods include simulating the diffusion of ink through different kinds of paper, and also of pigments through water for simulation of watercolor.

    Notable films and software

    This section lists some seminal uses of NPR techniques in films and software. See the article on cel-shaded animation for a list of uses of toon-shading in games and movies.

    References

    Non-photorealistic rendering Wikipedia