Template:Short description Template:More citations needed

File:Toon-shader.jpg
A representation of a spacesuit from The Adventures of Tintin comic Explorers on the Moon with a basic cel shader (also known as a toon shader) and border detection
File:Toon Shading applied to seashell graphics complex in Mathematica.svg
Graphics complex of a seashell with toon shading modeled in Mathematica 13.1

Cel shading or toon shading is a type of non-photorealistic rendering designed to make 3D computer graphics appear to be flat by using less shading color instead of a shade gradient or tints and shades. A cel shader is often used to mimic the style of a comic book or cartoon and/or give the render a characteristic paper-like texture.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> There are similar techniques that can make an image look like a sketch, an oil painting or an ink painting. The name comes from cels (short for celluloid), clear sheets of acetate which are painted on for use in traditional 2D animation.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Basic processEdit

The cel-shading process starts with a typical 3D model. Where cel-shading differs from conventional rendering is in its non-photorealistic shading algorithm. Conventional smooth lighting values are calculated for each pixel and then quantized to a small number of discrete shades to create the characteristic "flat look", where the shadows and highlights appear as blocks of color rather than being smoothly mixed in a gradient.

OutlinesEdit

Wireframe methodEdit

Black ink outlines and contour lines can be created using a variety of methods. One popular method is to first render a black outline, slightly larger than the object itself. Back-face culling is inverted and the back-facing triangles are drawn in black. To dilate the silhouette, these back-faces may be drawn in wireframe multiple times with slight changes in translation. Alternatively, back-faces may be rendered solid-filled, with their vertices translated along their vertex normals in a vertex shader. After drawing the outline, back-face culling is set back to normal to draw the shading and optional textures of the object. Finally, the image is composited via Z-buffering, as the back-faces always lie deeper in the scene than the front-faces. The result is that the object is drawn with a black outline and interior contour lines. The term "cel-shading" is popularly used to refer to the application of this "ink" outlining process in animation and games, although originally the term referred to the flat shading technique regardless of whether the outline was applied.<ref>Template:Cite book</ref>

The Utah teapot rendered using cel shading:

The Utah Teapot rendered using cel-shading.

  1. The back faces are drawn with thick lines
  2. The object faces are drawn using a single color
  3. Shading is applied

Steps 2 and 3 can be combined using multitexturing (part of texture mapping).

Edge-detection methodEdit

Template:Multiple image Template:Multiple image

In video gamesEdit

Template:Main list

The Sega Dreamcast title Jet Set Radio, which was revealed at the 1999 Tokyo Game Show, drew media attention for its cel-shaded style.<ref>Template:Cite news</ref><ref name="TGS-GS">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It used cel-shading for its characters and its vibrant visual style has had a lasting influence on the use of cel-shading in video games. Since the early 2000s, many notable video games have made use of this style, such as Cel Damage (2001), The Legend of Zelda: The Wind Waker (2002) and Ōkami (2006).

Cel shading, in contrast to other visual styles such as photorealism, is often used to lend a more artistic or fantastical element to a video game's environment. In developing Ōkami, director Hideki Kamiya described his vision for the game's graphics: "I wanted to create a game with the natural beauty of the Japanese countryside... to make a world that was glistening and beautiful."<ref name=":0">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Producer Atsushi Inaba recalls in a 2004 interview that Clover Studios had "abandoned the realistic style" for Ōkami as they became inspired by traditional Japanese art.<ref name=":0" />

Game studios might choose a style such as cel shading in their development for reasons beyond artistic vision. Cel shaded graphics are usually simple in visual information, which can be useful in some applications. In the case of The Legend of Zelda: The Wind Waker, developer Satoru Takizawa states that using this style allowed to "represent the mechanisms and objects for puzzles [in The Wind Waker] in a more easy-to-understand way."<ref name=":1">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Takizawa also argues that photorealistic graphics, in contrast, would have "had the adverse effect of making information difficult to represent game-wise."<ref name=":1" />

Lists of cel-shaded mediaEdit

Template:Refimprove

FilmEdit

|CitationClass=web }}</ref>

TelevisionEdit

|CitationClass=web }}</ref> Produced by Bagdasarian Productions and Technicolor Animation Productions (formerly known as OuiDo! Productions <ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> in season 1) with the participation of M6,<ref name="Alvinnn"/> it features Alvin and the Chipmunks and the Chipettes and marks their first television appearance together since 1990. First announced by Bagdasarian Productions in 2010, a promotional trailer for the series was posted on YouTube. Animation and half of the show's storyboards are handled by Technicolor Productions in France, while Bagdasarian Productions in the U.S. is in charge of voice recording and music production.<ref name="Alvinnn">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> The series is primarily distributed by PGS Entertainment, a French brand management company.<ref name="VPO Press Release"/><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It premiered on M6 on March 30, 2015. In August 2015, Nickelodeon acquired the American broadcast rights to the series.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It also airs in Teletoon and Family Channel in Canada.

|CitationClass=web }}</ref>

Video gamesEdit

Template:Main articles

See alsoEdit

ReferencesEdit

Template:Reflist

External linksEdit

Template:Computer graphics Template:Animation