fbpx
Wikipedia

Computer animation

Computer animation is the process used for digitally generating moving images. The more general term computer-generated imagery (CGI) encompasses both still images and moving images, while computer animation only refers to moving images. Modern computer animation usually uses 3D computer graphics.

An example of computer animation which is produced from the "motion capture" technique

Computer animation is the digital successor to stop motion and traditional animation. Instead of a physical model or illustration, a digital equivalent is manipulated frame-by-frame. Also computer-generated animations allow a single graphic artist to produce such content without using actors, expensive set pieces, or props. To create the illusion of movement, an image is displayed on the computer monitor and repeatedly replaced by a new similar image but advanced slightly in time (usually at a rate of 24, 25, or 30 frames/second). This technique is identical to how the illusion of movement is achieved with television and motion pictures.

Explanation edit

To trick the visual system into seeing a smoothly moving object, the pictures should be drawn at around 12 frames per second or faster.[1] (A frame is one complete image.) With rates above 75 to 120 frames per second, no improvement in realism or smoothness is perceivable due to the way the eye and the brain both process images. At rates below 12 frames per second, most people can detect jerkiness associated with the drawing of new images that detracts from the illusion of realistic movement.[2] Conventional hand-drawn cartoon animation often uses 15 frames per second in order to save on the number of drawings needed, but this is usually accepted because of the stylized nature of cartoons. To produce more realistic imagery, computer animation demands higher frame rates.

Films seen in theaters in the United States run at 24 frames per second, which is sufficient to create the illusion of continuous movement. For high resolution, adapters are used.

Computer Generated Animation edit

Computer-generated animation is an umbrella term for three-dimensional (3D) animation, and 2D computer animation. These also include subcategories like asset driven, hybrid, and digital drawn animation. Creators animate using code or software instead of pencil-to-paper drawings. There are many techniques and disciplines in computer generated animation, some of which are digital representations of traditional animation - such as key frame animation - and some of which are only possible with a computer - such fluid simulation.

'CG' Animators can break physical laws by using mathematical algorithms to cheat mass, force and gravity, and more. Fundamentally, computer-generated animation is a powerful tool which can improve the quality of animation by using the power of computing to unleash the animator's imagination. This is because Computer Generated Animation allows for things like onion skinning which allows 2D animators to see the flow of their work all at once, and interpolation which allows 3D animators to automate the process of inbetweening.

Examples of computer-generated animation in movies
Movie Type of Computer Generated Animation Impact
Toy Story 2 Stylized 3d computer animation[3] Pixar developed cutting edge technology for fully 3d animation. 'Toy Story' is possibly a turning point for 3D animation in general.[4]
Godzilla Minus One Digital VFX, photorealistic[5] Toho studios won an Oscar for its ground breaking VFX on a small budget relative to most box-office movies.[6]
The Bread Winner 2D computer animation[7] This is a prime example of a novel beautifully imagined in 2d animation form.
Interstellar Hyper photorealistic CGI following scientific principles[8] The vfx artists working on Interstellar published a paper about the science and mathematics that were used to create the famous 'Gargantua' black hole.[8]
Klaus Hybrid 3D and 3D computer animation[9] The use of 3D lighting for 2D animation in this movie opened up a door to many new animation styles for 2D animators.

3D computer animation edit

 
A frame of animation before and after rendering

Overview edit

For 3D computer animations, objects (models) are built on the computer monitor (modeled) and 3D figures are rigged with a virtual skeleton. Then the limbs, eyes, mouth, clothes, etc. of the figure are moved by the animator on key frames. Normally, the differences between key frames are drawn in a process known as tweening. However, in 3D computer animation, this is done automatically, and is called interpolation. Finally, the animation is rendered and composited.

Before becoming a final product, 3D computer animations only exist as a series of moving shapes and systems within 3d software, and must be rendered. This can happen as a separate process for animations developed for movies and short films, or it can be done in real-time when animated for videogames. After an animation is rendered, it can be composited into a final product.

Animation Attributes edit

For 3D models, attributes can describe any characteristic of the object that can be animated. This includes transformation (movement from one point to another), scaling, rotation, and more complex attributes like blend shape progression (morphing from one shape to another). Each attribute gets a channel on which keyframes can be set. These keyframes can be used in more complex ways such as animating in layers (combining multiple sets of key frame data), or keying control objects to deform or control other objects. For instance, a character's arms can have a skeleton applied, and the joints can have transformation and rotation keyframes set. The movement of the arm joints will then cause the arm shape to deform.

Interpolation edit

3D animation software interpolates between keyframes by generating a spline between keys plotted on a graph which represents the animation. Additionally, these splines can follow bezier curves to control how the spline curves relative to the keyframes. Using interpolation allows 3D animators to dynamically change animations without having to redo all the in-between animation. This also allows the creation of complex movements such as ellipses with only a few keyframes. Lastly, interpolation allows the animator to change the framerate, timing, and even scale of the movements at any point in the animation process.

Procedural and Node Based Animation edit

Another way to automate 3D animation is to use procedural tools such as 4D noise. Noise is any algorithm that plots pseudo-random values within a dimensional space[10]. 4D noise can be used to do things like move a swarm of bees around; the first three dimensions correspond to the position of the bees in space, and the fourth is used to change the bee's position over time. Noise can also be used as a cheap replacement for simulation. For example, smoke and clouds can be animated using noise.

Node based animation is useful for animating organic and chaotic shapes. By using nodes, an animator can build up a complex set of animation rules that can be applied either to many objects at once, or one very complex object. A good example of this would be setting the movement of particles to match the beat of a song.

Disciplines of 3D animation edit

There are many different disciplines of 3D animation, some of which include entirely separate artforms. For example, hair simulation for computer animated characters in and of itself is a career path which involves separate workflows[11], and different software and tools. The combination of all or some 3D computer animation disciplines is commonly referred to within the animation industry as the 3D animation pipeline[12].

Examples of disciplines within the 3D animation pipeline
Discipline Explanation Tools Examples
Face Rigging A facial rig is a rig that includes muscles, deformation, mesh displacement, and other techniques to enable the animation of facial expressions, and phonemes for lip syncing. Autodesk Maya, Blender In 'Avatar, Way of Water', WETA workshops meticulously designed the digital muscles in the faces of their characters so that their emotional range could be comparable to that of a human.[13]
Facial Animation This is the process of animating facial animations, lip-syncing, and animating phoneme blend-shapes (shapes that the face morphs into) Autodesk Maya, Blender, Autodesk 3DS Max In Pixar's 'Turning Red', animators took influence from anime style facial expressions to inform their animation.[14]
Character Animation Specifically the animation of characters. 3D character animation is its own specialty do to the complexity required to animated dancing, running, fighting, or high fidelity motion such as playing basketball. Autodesk Maya, Blender Pixar's 'Incredibles' won the 2004 Visual Effects Society Award for Outstanding Animated Character in an Animated Feature
Cloth Simulation Cloth simulation is a subset of simulation but specifically for things like clothes. In modern 3D computer animation, cloth simulation is becoming more and more advanced and widely used. Houdini, Blender Pixar's 'Coco' advanced the use of high fidelity clothes by designing new tools to combine cloth simulation with character animation[15].

2D computer animation edit

2D computer graphics are still used for stylistic, low bandwidth, and faster real-time renderings.

Computer animation is essentially a digital successor to stop motion techniques, but using 3D models, and traditional animation techniques using frame-by-frame animation of 2D illustrations.

For 2D figure animations, separate objects (illustrations) and separate transparent layers are used with or without that virtual skeleton.

2D sprites and pseudocode edit

In 2D computer animation, moving objects are often referred to as "sprites." A sprite is an image that has a location associated with it. The location of the sprite is changed slightly, between each displayed frame, to make the sprite appear to move.[16] The following pseudocode makes a sprite move from left to right:

var int x := 0, y := screenHeight / 2; while x < screenWidth drawBackground() drawSpriteAtXY (x, y) // draw on top of the background x := x + 5 // move to the right 

Computer-assisted animation edit

Computer-assisted animation is usually classed as two-dimensional (2D) animation. Drawings are either hand drawn (pencil to paper) or interactively drawn (on the computer) using different assisting appliances and are positioned into specific software packages. Within the software package, the creator places drawings into different key frames which fundamentally create an outline of the most important movements.[17] The computer then fills in the "in-between frames", a process commonly known as Tweening.[18] Computer-assisted animation employs new technologies to produce content faster than is possible with traditional animation, while still retaining the stylistic elements of traditionally drawn characters or objects.[19]

Examples of films produced using computer-assisted animation are The Little Mermaid, The Rescuers Down Under, Beauty and the Beast, Aladdin, The Lion King, Pocahontas, The Hunchback of Notre Dame, Hercules, Mulan, Tarzan, We're Back! A Dinosaur's Story, Balto, Anastasia, Titan A.E., The Prince of Egypt, The Road to El Dorado, Spirit: Stallion of the Cimarron and Sinbad: Legend of the Seven Seas.

Text-to-video edit

A text-to-video model is a machine learning model which takes a natural language description as input and producing a video or multiples videos from the input.[20]

Video prediction on making objects realistic in a stable background is performed by using recurrent neural network for a sequence to sequence model with a connector convolutional neural network encoding and decoding each frame pixel by pixel,[21] creating video using deep learning.[22] Testing of the data set in conditional generative model for existing information from text can be done by variational autoencoder and generative adversarial network (GAN).

History edit

Early digital computer animation was developed at Bell Telephone Laboratories in the 1960s by Edward E. Zajac, Frank W. Sinden, Kenneth C. Knowlton, and A. Michael Noll.[23] Other digital animation was also practiced at the Lawrence Livermore National Laboratory.[24]

In 1967, a computer animation named "Hummingbird" was created by Charles Csuri and James Shaffer.[25] In 1968, a computer animation called "Kitty" was created with BESM-4 by Nikolai Konstantinov, depicting a cat moving around.[26] In 1971, a computer animation called "Metadata" was created, showing various shapes.[27]

An early step in the history of computer animation was the sequel to the 1973 film Westworld, a science-fiction film about a society in which robots live and work among humans.[28] The sequel, Futureworld (1976), used the 3D wire-frame imagery, which featured a computer-animated hand and face both created by University of Utah graduates Edwin Catmull and Fred Parke.[29] This imagery originally appeared in their student film A Computer Animated Hand, which they completed in 1972.[30][31]

Developments in CGI technologies are reported each year at SIGGRAPH,[32] an annual conference on computer graphics and interactive techniques that is attended by thousands of computer professionals each year.[33] Developers of computer games and 3D video cards strive to achieve the same visual quality on personal computers in real-time as is possible for CGI films and animation. With the rapid advancement of real-time rendering quality, artists began to use game engines to render non-interactive movies, which led to the art form Machinima.

Film and television edit

"Spring", a 3D animated short film made using Blender

CGI short films have been produced as independent animation since 1976.[34] Early examples of feature films incorporating CGI animation include the live-action films Star Trek II: The Wrath of Khan and Tron (both 1982),[35] and the Japanese anime film Golgo 13: The Professional (1983).[36] VeggieTales is the first American fully 3D computer-animated series sold directly (made in 1993); its success inspired other animation series, such as ReBoot (1994) and Transformers: Beast Wars (1996) to adopt a fully computer-generated style.

The first full length computer-animated television series was ReBoot,[37] which debuted in September 1994; the series followed the adventures of characters who lived inside a computer.[38] The first feature-length computer-animated film is Toy Story (1995), which was made by Disney and Pixar:[39][40][41] following an adventure centered around anthropomorphic toys and their owners, this groundbreaking film was also the first of many fully computer-animated movies.[40]

The popularity of computer animation (especially in the field of special effects) skyrocketed during the modern era of U.S. animation.[42] Films like Avatar (2009) and The Jungle Book (2016) use CGI for the majority of the movie runtime, but still incorporate human actors into the mix.[43] Computer animation in this era has achieved photorealism, to the point that computer-animated films such as The Lion King (2019) are able to be marketed as if they were live-action.[44][45]

Animation methods edit

 
3D game character animated using skeletal animation
 
In this .gif of a 2D Flash animation, each 'stick' of the figure is keyframed over time to create motion.

In most 3D computer animation systems, an animator creates a simplified representation of a character's anatomy, which is analogous to a skeleton or stick figure.[46] They are arranged into a default position known as a bind pose, or T-Pose. The position of each segment of the skeletal model is defined by animation variables, or Avars for short. In human and animal characters, many parts of the skeletal model correspond to the actual bones, but skeletal animation is also used to animate other things, with facial features (though other methods for facial animation exist).[47] The character "Woody" in Toy Story, for example, uses 712 Avars (212 in the face alone). The computer does not usually render the skeletal model directly (it is invisible), but it does use the skeletal model to compute the exact position and orientation of that certain character, which is eventually rendered into an image. Thus by changing the values of Avars over time, the animator creates motion by making the character move from frame to frame.

There are several methods for generating the Avar values to obtain realistic motion. Traditionally, animators manipulate the Avars directly.[48] Rather than set Avars for every frame, they usually set Avars at strategic points (frames) in time and let the computer interpolate or tween between them in a process called keyframing. Keyframing puts control in the hands of the animator and has roots in hand-drawn traditional animation.[49]

In contrast, a newer method called motion capture makes use of live action footage.[50] When computer animation is driven by motion capture, a real performer acts out the scene as if they were the character to be animated.[51] Their motion is recorded to a computer using video cameras and markers and that performance is then applied to the animated character.[52]

Each method has its advantages and as of 2007, games and films are using either or both of these methods in productions. Keyframe animation can produce motions that would be difficult or impossible to act out, while motion capture can reproduce the subtleties of a particular actor.[53] For example, in the 2006 film Pirates of the Caribbean: Dead Man's Chest, Bill Nighy provided the performance for the character Davy Jones. Even though Nighy does not appear in the movie himself, the movie benefited from his performance by recording the nuances of his body language, posture, facial expressions, etc. Thus motion capture is appropriate in situations where believable, realistic behavior and action is required, but the types of characters required exceed what can be done throughout the conventional costuming.

Modeling edit

3D computer animation combines 3D models of objects and programmed or hand "keyframed" movement. These models are constructed out of geometrical vertices, faces, and edges in a 3D coordinate system. Objects are sculpted much like real clay or plaster, working from general forms to specific details with various sculpting tools. Unless a 3D model is intended to be a solid color, it must be painted with "textures" for realism. A bone/joint animation system is set up to deform the CGI model (e.g., to make a humanoid model walk). In a process known as rigging, the virtual marionette is given various controllers and handles for controlling movement.[54][55] Animation data can be created using motion capture, or keyframing by a human animator, or a combination of the two.[56]

3D models rigged for animation may contain thousands of control points — for example, "Woody" from Toy Story uses 700 specialized animation controllers. Rhythm and Hues Studios labored for two years to create Aslan in the movie The Chronicles of Narnia: The Lion, the Witch and the Wardrobe, which had about 1,851 controllers (742 in the face alone). In the 2004 film The Day After Tomorrow, designers had to design forces of extreme weather with the help of video references and accurate meteorological facts. For the 2005 remake of King Kong, actor Andy Serkis was used to help designers pinpoint the gorilla's prime location in the shots and used his expressions to model "human" characteristics onto the creature. Serkis had earlier provided the voice and performance for Gollum in J. R. R. Tolkien's The Lord of the Rings trilogy.

Equipment edit

 
A ray-traced 3-D model of a jack inside a cube, and the jack alone below

Computer animation can be created with a computer and an animation software. Some impressive animation can be achieved even with basic programs; however, the rendering can require much time on an ordinary home computer.[57] Professional animators of movies, television and video games could make photorealistic animation with high detail. This level of quality for movie animation would take hundreds of years to create on a home computer. Instead, many powerful workstation computers are used.[58] Graphics workstation computers use two to four processors, and they are a lot more powerful than an actual home computer and are specialized for rendering. Many workstations (known as a "render farm") are networked together to effectively act as a giant computer,[59] resulting in a computer-animated movie that can be completed in about one to five years (however, this process is not composed solely of rendering). A workstation typically costs $2,000 to $16,000 with the more expensive stations being able to render much faster due to the more technologically-advanced hardware that they contain. Professionals also use digital movie cameras, motion/performance capture, bluescreens, film editing software, props, and other tools used for movie animation. Programs like Blender allow for people who can not afford expensive animation and rendering software to be able to work in a similar manner to those who use the commercial grade equipment.[60]

Facial animation edit

The realistic modeling of human facial features is both one of the most challenging and sought after elements in computer-generated imagery. Computer facial animation is a highly complex field where models typically include a very large number of animation variables.[61] Historically speaking, the first SIGGRAPH tutorials on State of the art in Facial Animation in 1989 and 1990 proved to be a turning point in the field by bringing together and consolidating multiple research elements and sparked interest among a number of researchers.[62]

The Facial Action Coding System (with 46 "action units", "lip bite" or "squint"), which had been developed in 1976, became a popular basis for many systems.[63] As early as 2001, MPEG-4 included 68 Face Animation Parameters (FAPs) for lips, jaws, etc., and the field has made significant progress since then and the use of facial microexpression has increased.[63][64]

In some cases, an affective space, the PAD emotional state model, can be used to assign specific emotions to the faces of avatars.[65] In this approach, the PAD model is used as a high level emotional space and the lower level space is the MPEG-4 Facial Animation Parameters (FAP). A mid-level Partial Expression Parameters (PEP) space is then used to in a two-level structure – the PAD-PEP mapping and the PEP-FAP translation model.[66]

Realism edit

Joy & Heron – a typical example of realistic animation

Realism in computer animation can mean making each frame look photorealistic, in the sense that the scene is rendered to resemble a photograph or make the characters' animation believable and lifelike.[67] Computer animation can also be realistic with or without the photorealistic rendering.[68]

One trend in computer animation has been the effort to create human characters that look and move with the highest degree of realism. A possible outcome when attempting to make pleasing, realistic human characters is the uncanny valley, the concept where the human audience (up to a point) tends to have an increasingly negative, emotional response as a human replica looks and acts more and more human. Films that have attempted photorealistic human characters, such as The Polar Express,[69][70][71] Beowulf,[72] and A Christmas Carol[73][74] have been criticized as "disconcerting" and "creepy".

The goal of computer animation is not always to emulate live action as closely as possible, so many animated films instead feature characters who are anthropomorphic animals, legendary creatures and characters, superheroes, or otherwise have non-realistic, cartoon-like proportions.[75] Computer animation can also be tailored to mimic or substitute for other kinds of animation, like traditional stop-motion animation (as shown in Flushed Away or The Peanuts Movie). Some of the long-standing basic principles of animation, like squash and stretch, call for movement that is not strictly realistic, and such principles still see widespread application in computer animation.[76]

Web animations edit

The popularity of websites that allow members to upload their own movies for others to view has created a growing community of independent and amateur computer animators.[77] With utilities and programs often included free with modern operating systems, many users can make their own animated movies and shorts. Several free and open-source animation software applications exist as well. The ease at which these animations can be distributed has attracted professional animation talent also. Companies such as PowToon and Vyond attempt to bridge the gap by giving amateurs access to professional animations as clip art.

The oldest (most backward compatible) web-based animations are in the animated GIF format, which can be uploaded and seen on the web easily.[78] However, the raster graphics format of GIF animations slows the download and frame rate, especially with larger screen sizes. The growing demand for higher quality web-based animations was met by a vector graphics alternative that relied on the use of a plugin. For decades, Flash animations were a common format, until the web development community abandoned support for the Flash Player plugin. Web browsers on mobile devices and mobile operating systems never fully supported the Flash plugin.

By this time, internet bandwidth and download speeds increased, making raster graphic animations more convenient. Some of the more complex vector graphic animations had a slower frame rate due to complex rendering compared to some of the raster graphic alternatives. Many of the GIF and Flash animations were already converted to digital video formats, which were compatible with mobile devices and reduced file sizes via video compression technology. However, compatibility was still problematic as some of the video formats such as Apple's QuickTime and Microsoft Silverlight required plugins. YouTube was also relying on the Flash plugin to deliver digital video in the Flash Video format.

The latest alternatives are HTML5 compatible animations. Technologies such as JavaScript and CSS animations made sequencing the movement of images in HTML5 web pages more convenient. SVG animations offered a vector graphic alternative to the original Flash graphic format, SmartSketch. YouTube offers an HTML5 alternative for digital video. APNG (Animated PNG) offered a raster graphic alternative to animated GIF files that enables multi-level transparency not available in GIFs.

Detailed examples edit

Computer animation uses different techniques to produce animations. Most frequently, sophisticated mathematics is used to manipulate complex three-dimensional polygons, apply "textures", lighting and other effects to the polygons and finally rendering the complete image. A sophisticated graphical user interface may be used to create the animation and arrange its choreography. Another technique called constructive solid geometry defines objects by conducting Boolean operations on regular shapes, and has the advantage that animations may be accurately produced at any resolution.

Animation studios edit

Some notable producers of computer-animated feature films include:

See also edit

References edit

Citations edit

  1. ^ Masson 1999, p. 148.
  2. ^ Parent 2012, pp. 100–101, 255.
  3. ^ Weber, Karon; Hirasaki, Kitt (2000). "Interaction design at Pixar Animation Studios". CHI '00 extended abstracts on Human factors in computer systems - CHI '00. New York, New York, USA: ACM Press. doi:10.1145/633410.633413.
  4. ^ Zorthian, Julia (2015-11-19). "How 'Toy Story' Changed Movie History". TIME. Retrieved 2024-05-22.
  5. ^ "'Godzilla Minus One' Breathes New Life into the Iconic Kaiju". Animation World Network. Retrieved 2024-05-22.
  6. ^ Schilling, Mark (2024-03-14). "'Godzilla Minus One' fought the odds and won big at the Oscars". The Japan Times. Retrieved 2024-05-22.
  7. ^ "The Breadwinner Shows the Powerful Storytelling Impact of Animation". www.technicolor.com. Retrieved 2024-05-22.
  8. ^ a b James, Oliver; von Tunzelmann, Eugenie; Franklin, Paul; Thorne, Kip S. (2015-03-19). "Gravitational Lensing by Spinning Black Holes in Astrophysics, and in the Movie Interstellar". Classical and Quantum Gravity. 32 (6): 065001. doi:10.1088/0264-9381/32/6/065001. ISSN 0264-9381.
  9. ^ "Here's what made the 2D animation in 'Klaus' look '3D'". befores & afters. 2019-11-14. Retrieved 2024-05-22.
  10. ^ "The Book of Shaders". The Book of Shaders. Retrieved 2024-05-22.
  11. ^ Bertails, Florence & Hadap, Sunil & Cani, Marie-Paule & Lin, Ming & Marschner, Stephen & Kim, Tae & Kacic-Alesic, Zoran & Ward, Kelly. (2008). Realistic Hair Simulation - Animation and Rendering. ACM SIGGRAPH 2008 Class Notes. 10.1145/1401132.1401247.
  12. ^ Naghdi, Arash; Adib, Payam; Adib, Arash Naghdi and Payam (2021-05-10). "3D Animation Pipeline: A Start-to-Finish Guide (2023 update)". Dream Farm Studios. Retrieved 2024-05-21.
  13. ^ "Exclusive: Joe Letteri Discusses Wētā FX's new Facial Pipeline on Avatar 2 - fxguide". https://www.fxguide.com/. 2022-12-21. Retrieved 2024-05-21. {{cite web}}: External link in |website= (help)
  14. ^ laurenlola (2022-03-09). ""Turning Red" Animators on Anime Influences and Working with Domee Shi". CAAM Home. Retrieved 2024-05-22.
  15. ^ SIGGRAPH ’18 Talks, August 12-16, 2018, Vancouver, BC, Canada © 2018 Copyright held by the owner/author(s). ACM ISBN 978-1-4503-5820-0/18/08. https://doi.org/10.1145/3214745.3214801
  16. ^ Masson 1999, p. 123.
  17. ^ Masson 1999, p. 115.
  18. ^ Masson 1999, p. 284.
  19. ^ Roos, Dave (2013). "How Computer Animation Works". HowStuffWorks. Retrieved 2013-02-15.
  20. ^ Artificial Intelligence Index Report 2023 (PDF) (Report). Stanford Institute for Human-Centered Artificial Intelligence. p. 98. Multiple high quality text-to-video models, AI systems that can generate video clips from prompted text, were released in 2022.
  21. ^ "Leading India" (PDF).
  22. ^ Narain, Rohit (2021-12-29). "Smart Video Generation from Text Using Deep Neural Networks". Retrieved 2022-10-12.
  23. ^ Masson 1999, pp. 390–394.
  24. ^ Sito 2013, pp. 69–75.
  25. ^ "Charles Csuri, Fragmentation Animations, 1967 – 1970: Hummingbird (1967)". YouTube.
  26. ^ ""Kitten" 1968 computer animation". YouTube.
  27. ^ "Metadata 1971". YouTube.
  28. ^ Masson 1999, p. 404.
  29. ^ Masson 1999, pp. 282–288.
  30. ^ Sito 2013, p. 64.
  31. ^ Means 2011.
  32. ^ Sito 2013, pp. 97–98.
  33. ^ Sito 2013, pp. 95–97.
  34. ^ Masson 1999, p. 58.
  35. ^ "The Making of Tron". Video Games Player. Vol. 1, no. 1. Carnegie Publications. September 1982. pp. 50–5.
  36. ^ Beck, Jerry (2005). The Animated Movie Guide. Chicago Review Press. p. 216. ISBN 1569762228.
  37. ^ Sito 2013, p. 188.
  38. ^ Masson 1999, p. 430.
  39. ^ Masson 1999, p. 432.
  40. ^ a b Masson 1999, p. 302.
  41. ^ "Our Story", Pixar, 1986–2013. Retrieved on 2013-02-15. . Pixar. Archived from the original on 2015-09-05.
  42. ^ Masson 1999, p. 52.
  43. ^ Thompson, Anne (2010-01-01). "How James Cameron's Innovative New 3D Tech Created Avatar". Popular Mechanics. Retrieved 2019-04-24.
  44. ^ Fleming, Mike Jr. (October 13, 2016). "Disney's Live-Action 'Lion King' Taps Jeff Nathanson As Writer". Deadline Hollywood. from the original on October 15, 2016. Retrieved July 9, 2019.
  45. ^ Rottenberg, Josh (July 19, 2019). "'The Lion King': Is it animated or live-action? It's complicated". Los Angeles Times. Retrieved December 13, 2021.
  46. ^ Parent 2012, pp. 193–196.
  47. ^ Parent 2012, pp. 324–326.
  48. ^ Parent 2012, pp. 111–118.
  49. ^ Sito 2013, p. 132.
  50. ^ Masson 1999, p. 118.
  51. ^ Masson 1999, pp. 94–98.
  52. ^ Masson 1999, p. 226.
  53. ^ Masson 1999, p. 204.
  54. ^ Parent 2012, p. 289.
  55. ^ animationmentor.com Why a Great Rigger is an Animator's Best Friend, By: Ozgur Aydogdu
  56. ^ Beane 2012, p. 2-15.
  57. ^ Masson 1999, p. 158.
  58. ^ Sito 2013, p. 144.
  59. ^ Sito 2013, p. 195.
  60. ^ "blender.org – Home of the Blender project – Free and Open 3D Creation Software". blender.org.
  61. ^ Masson 1999, pp. 110–116.
  62. ^ Parke & Waters 2008, p. xi.
  63. ^ a b Magnenat Thalmann & Thalmann 2004, p. 122.
  64. ^ Pereira & Ebrahimi 2002, p. 404.
  65. ^ Pereira & Ebrahimi 2002, pp. 60–61.
  66. ^ Paiva, Prada & Picard 2007, pp. 24–33.
  67. ^ Masson 1999, pp. 160–161.
  68. ^ Parent 2012, pp. 14–17.
  69. ^ Zacharek, Stephanie (2004-11-10). "The Polar Express". Salon. Retrieved 2015-06-08.
  70. ^ Herman, Barbara (2013-10-30). "The 10 Scariest Movies and Why They Creep Us Out". Newsweek. Retrieved 2015-06-08.
  71. ^ Clinton, Paul (2004-11-10). "Review: 'Polar Express' a creepy ride". CNN. Retrieved 2015-06-08.
  72. ^ Digital Actors in 'Beowulf' Are Just Uncanny 2011-08-27 at the Wayback Machine – New York Times, November 14, 2007
  73. ^ Neumaier, Joe (November 5, 2009). . New York Daily News. Archived from the original on July 10, 2018. Retrieved October 10, 2015.
  74. ^ Williams, Mary Elizabeth (November 5, 2009). . Salon.com. Archived from the original on January 11, 2010. Retrieved October 10, 2015.
  75. ^ Sito 2013, p. 7.
  76. ^ Sito 2013, p. 59.
  77. ^ Sito 2013, pp. 82, 89.
  78. ^ Kuperberg 2002, pp. 112–113.

Works cited edit

  • Beane, Andy (2012). 3D Animation Essentials. Indianapolis, Indiana: John Wiley & Sons. ISBN 978-1-118-14748-1.
  • Kuperberg, Marcia (2002). A Guide to Computer Animation: For TV, Games, Multimedia and Web. Focal Press. ISBN 0-240-51671-0.
  • Magnenat Thalmann, Nadia; Thalmann, Daniel (2004). Handbook of Virtual Humans. Wiley Publishing. ISBN 0-470-02316-3.
  • Masson, Terrence (1999). CG 101: A Computer Graphics Industry Reference. Digital Fauxtography Inc. ISBN 0-7357-0046-X.
  • Means, Sean P. (December 28, 2011). "Pixar founder's Utah-made Hand added to National Film Registry". The Salt Lake Tribune. Retrieved January 8, 2012.
  • Paiva, Ana; Prada, Rui; Picard, Rosalind W. (2007). "Facial Expression Synthesis using PAD Emotional Parameters for a Chinese Expressive Avatar". Affective Computing and Intelligent Interaction. Lecture Notes in Computer Science. 4738. Springer Science+Business Media. doi:10.1007/978-3-540-74889-2. ISBN 978-3-540-74888-5.
  • Parent, Rick (2012). Computer Animation: Algorithms and Techniques. Ohio: Elsevier. ISBN 978-0-12-415842-9.
  • Pereira, Fernando C. N.; Ebrahimi, Touradj (2002). The MPEG-4 Book. New Jersey: IMSC Press. ISBN 0-13-061621-4.
  • Parke, Frederic I.; Waters, Keith (2008). Computer Facial Animation (2nd ed.). Massachusetts: A.K. Peters, Ltd. ISBN 978-1-56881-448-3.
  • Sito, Tom (2013). Moving Innovation: A History of Computer Animation. Massachusetts: MIT Press. ISBN 978-0-262-01909-5.

External links edit

  •   Media related to Computer animations at Wikimedia Commons

computer, animation, been, suggested, that, this, article, should, split, into, articles, titled, computer, animation, computer, animation, discuss, june, 2019, process, used, digitally, generating, moving, images, more, general, term, computer, generated, ima. It has been suggested that this article should be split into articles titled 3D computer animation and 2D computer animation discuss June 2019 Computer animation is the process used for digitally generating moving images The more general term computer generated imagery CGI encompasses both still images and moving images while computer animation only refers to moving images Modern computer animation usually uses 3D computer graphics An example of computer animation which is produced from the motion capture technique Computer animation is the digital successor to stop motion and traditional animation Instead of a physical model or illustration a digital equivalent is manipulated frame by frame Also computer generated animations allow a single graphic artist to produce such content without using actors expensive set pieces or props To create the illusion of movement an image is displayed on the computer monitor and repeatedly replaced by a new similar image but advanced slightly in time usually at a rate of 24 25 or 30 frames second This technique is identical to how the illusion of movement is achieved with television and motion pictures Contents 1 Explanation 2 Computer Generated Animation 3 3D computer animation 3 1 Overview 3 2 Animation Attributes 3 3 Interpolation 3 4 Procedural and Node Based Animation 3 5 Disciplines of 3D animation 4 2D computer animation 4 1 2D sprites and pseudocode 4 2 Computer assisted animation 4 3 Text to video 5 History 5 1 Film and television 6 Animation methods 7 Modeling 8 Equipment 9 Facial animation 10 Realism 11 Web animations 12 Detailed examples 13 Animation studios 14 See also 15 References 15 1 Citations 15 2 Works cited 16 External linksExplanation editTo trick the visual system into seeing a smoothly moving object the pictures should be drawn at around 12 frames per second or faster 1 A frame is one complete image With rates above 75 to 120 frames per second no improvement in realism or smoothness is perceivable due to the way the eye and the brain both process images At rates below 12 frames per second most people can detect jerkiness associated with the drawing of new images that detracts from the illusion of realistic movement 2 Conventional hand drawn cartoon animation often uses 15 frames per second in order to save on the number of drawings needed but this is usually accepted because of the stylized nature of cartoons To produce more realistic imagery computer animation demands higher frame rates Films seen in theaters in the United States run at 24 frames per second which is sufficient to create the illusion of continuous movement For high resolution adapters are used Computer Generated Animation editComputer generated animation is an umbrella term for three dimensional 3D animation and 2D computer animation These also include subcategories like asset driven hybrid and digital drawn animation Creators animate using code or software instead of pencil to paper drawings There are many techniques and disciplines in computer generated animation some of which are digital representations of traditional animation such as key frame animation and some of which are only possible with a computer such fluid simulation CG Animators can break physical laws by using mathematical algorithms to cheat mass force and gravity and more Fundamentally computer generated animation is a powerful tool which can improve the quality of animation by using the power of computing to unleash the animator s imagination This is because Computer Generated Animation allows for things like onion skinning which allows 2D animators to see the flow of their work all at once and interpolation which allows 3D animators to automate the process of inbetweening Examples of computer generated animation in movies Movie Type of Computer Generated Animation Impact Toy Story 2 Stylized 3d computer animation 3 Pixar developed cutting edge technology for fully 3d animation Toy Story is possibly a turning point for 3D animation in general 4 Godzilla Minus One Digital VFX photorealistic 5 Toho studios won an Oscar for its ground breaking VFX on a small budget relative to most box office movies 6 The Bread Winner 2D computer animation 7 This is a prime example of a novel beautifully imagined in 2d animation form Interstellar Hyper photorealistic CGI following scientific principles 8 The vfx artists working on Interstellar published a paper about the science and mathematics that were used to create the famous Gargantua black hole 8 Klaus Hybrid 3D and 3D computer animation 9 The use of 3D lighting for 2D animation in this movie opened up a door to many new animation styles for 2D animators 3D computer animation edit nbsp A frame of animation before and after rendering Overview edit For 3D computer animations objects models are built on the computer monitor modeled and 3D figures are rigged with a virtual skeleton Then the limbs eyes mouth clothes etc of the figure are moved by the animator on key frames Normally the differences between key frames are drawn in a process known as tweening However in 3D computer animation this is done automatically and is called interpolation Finally the animation is rendered and composited Before becoming a final product 3D computer animations only exist as a series of moving shapes and systems within 3d software and must be rendered This can happen as a separate process for animations developed for movies and short films or it can be done in real time when animated for videogames After an animation is rendered it can be composited into a final product Animation Attributes edit For 3D models attributes can describe any characteristic of the object that can be animated This includes transformation movement from one point to another scaling rotation and more complex attributes like blend shape progression morphing from one shape to another Each attribute gets a channel on which keyframes can be set These keyframes can be used in more complex ways such as animating in layers combining multiple sets of key frame data or keying control objects to deform or control other objects For instance a character s arms can have a skeleton applied and the joints can have transformation and rotation keyframes set The movement of the arm joints will then cause the arm shape to deform Interpolation edit 3D animation software interpolates between keyframes by generating a spline between keys plotted on a graph which represents the animation Additionally these splines can follow bezier curves to control how the spline curves relative to the keyframes Using interpolation allows 3D animators to dynamically change animations without having to redo all the in between animation This also allows the creation of complex movements such as ellipses with only a few keyframes Lastly interpolation allows the animator to change the framerate timing and even scale of the movements at any point in the animation process Procedural and Node Based Animation edit Another way to automate 3D animation is to use procedural tools such as 4D noise Noise is any algorithm that plots pseudo random values within a dimensional space 10 4D noise can be used to do things like move a swarm of bees around the first three dimensions correspond to the position of the bees in space and the fourth is used to change the bee s position over time Noise can also be used as a cheap replacement for simulation For example smoke and clouds can be animated using noise Node based animation is useful for animating organic and chaotic shapes By using nodes an animator can build up a complex set of animation rules that can be applied either to many objects at once or one very complex object A good example of this would be setting the movement of particles to match the beat of a song Disciplines of 3D animation edit There are many different disciplines of 3D animation some of which include entirely separate artforms For example hair simulation for computer animated characters in and of itself is a career path which involves separate workflows 11 and different software and tools The combination of all or some 3D computer animation disciplines is commonly referred to within the animation industry as the 3D animation pipeline 12 Examples of disciplines within the 3D animation pipeline Discipline Explanation Tools Examples Face Rigging A facial rig is a rig that includes muscles deformation mesh displacement and other techniques to enable the animation of facial expressions and phonemes for lip syncing Autodesk Maya Blender In Avatar Way of Water WETA workshops meticulously designed the digital muscles in the faces of their characters so that their emotional range could be comparable to that of a human 13 Facial Animation This is the process of animating facial animations lip syncing and animating phoneme blend shapes shapes that the face morphs into Autodesk Maya Blender Autodesk 3DS Max In Pixar s Turning Red animators took influence from anime style facial expressions to inform their animation 14 Character Animation Specifically the animation of characters 3D character animation is its own specialty do to the complexity required to animated dancing running fighting or high fidelity motion such as playing basketball Autodesk Maya Blender Pixar s Incredibles won the 2004 Visual Effects Society Award for Outstanding Animated Character in an Animated Feature Cloth Simulation Cloth simulation is a subset of simulation but specifically for things like clothes In modern 3D computer animation cloth simulation is becoming more and more advanced and widely used Houdini Blender Pixar s Coco advanced the use of high fidelity clothes by designing new tools to combine cloth simulation with character animation 15 2D computer animation edit2D computer graphics are still used for stylistic low bandwidth and faster real time renderings Computer animation is essentially a digital successor to stop motion techniques but using 3D models and traditional animation techniques using frame by frame animation of 2D illustrations For 2D figure animations separate objects illustrations and separate transparent layers are used with or without that virtual skeleton 2D sprites and pseudocode edit In 2D computer animation moving objects are often referred to as sprites A sprite is an image that has a location associated with it The location of the sprite is changed slightly between each displayed frame to make the sprite appear to move 16 The following pseudocode makes a sprite move from left to right var int x 0 y screenHeight 2 while x lt screenWidth drawBackground drawSpriteAtXY x y draw on top of the background x x 5 move to the right Computer assisted animation edit Computer assisted animation is usually classed as two dimensional 2D animation Drawings are either hand drawn pencil to paper or interactively drawn on the computer using different assisting appliances and are positioned into specific software packages Within the software package the creator places drawings into different key frames which fundamentally create an outline of the most important movements 17 The computer then fills in the in between frames a process commonly known as Tweening 18 Computer assisted animation employs new technologies to produce content faster than is possible with traditional animation while still retaining the stylistic elements of traditionally drawn characters or objects 19 Examples of films produced using computer assisted animation are The Little Mermaid The Rescuers Down Under Beauty and the Beast Aladdin The Lion King Pocahontas The Hunchback of Notre Dame Hercules Mulan Tarzan We re Back A Dinosaur s Story Balto Anastasia Titan A E The Prince of Egypt The Road to El Dorado Spirit Stallion of the Cimarron and Sinbad Legend of the Seven Seas Text to video edit This section is an excerpt from Text to video model edit A text to video model is a machine learning model which takes a natural language description as input and producing a video or multiples videos from the input 20 Video prediction on making objects realistic in a stable background is performed by using recurrent neural network for a sequence to sequence model with a connector convolutional neural network encoding and decoding each frame pixel by pixel 21 creating video using deep learning 22 Testing of the data set in conditional generative model for existing information from text can be done by variational autoencoder and generative adversarial network GAN History editMain article History of computer animation See also Timeline of computer animation in film and television and Video game graphics Early digital computer animation was developed at Bell Telephone Laboratories in the 1960s by Edward E Zajac Frank W Sinden Kenneth C Knowlton and A Michael Noll 23 Other digital animation was also practiced at the Lawrence Livermore National Laboratory 24 In 1967 a computer animation named Hummingbird was created by Charles Csuri and James Shaffer 25 In 1968 a computer animation called Kitty was created with BESM 4 by Nikolai Konstantinov depicting a cat moving around 26 In 1971 a computer animation called Metadata was created showing various shapes 27 An early step in the history of computer animation was the sequel to the 1973 film Westworld a science fiction film about a society in which robots live and work among humans 28 The sequel Futureworld 1976 used the 3D wire frame imagery which featured a computer animated hand and face both created by University of Utah graduates Edwin Catmull and Fred Parke 29 This imagery originally appeared in their student film A Computer Animated Hand which they completed in 1972 30 31 Developments in CGI technologies are reported each year at SIGGRAPH 32 an annual conference on computer graphics and interactive techniques that is attended by thousands of computer professionals each year 33 Developers of computer games and 3D video cards strive to achieve the same visual quality on personal computers in real time as is possible for CGI films and animation With the rapid advancement of real time rendering quality artists began to use game engines to render non interactive movies which led to the art form Machinima Film and television edit source source source source source source source source track Spring a 3D animated short film made using Blender CGI short films have been produced as independent animation since 1976 34 Early examples of feature films incorporating CGI animation include the live action films Star Trek II The Wrath of Khan and Tron both 1982 35 and the Japanese anime film Golgo 13 The Professional 1983 36 VeggieTales is the first American fully 3D computer animated series sold directly made in 1993 its success inspired other animation series such as ReBoot 1994 and Transformers Beast Wars 1996 to adopt a fully computer generated style The first full length computer animated television series was ReBoot 37 which debuted in September 1994 the series followed the adventures of characters who lived inside a computer 38 The first feature length computer animated film is Toy Story 1995 which was made by Disney and Pixar 39 40 41 following an adventure centered around anthropomorphic toys and their owners this groundbreaking film was also the first of many fully computer animated movies 40 The popularity of computer animation especially in the field of special effects skyrocketed during the modern era of U S animation 42 Films like Avatar 2009 and The Jungle Book 2016 use CGI for the majority of the movie runtime but still incorporate human actors into the mix 43 Computer animation in this era has achieved photorealism to the point that computer animated films such as The Lion King 2019 are able to be marketed as if they were live action 44 45 Animation methods edit nbsp 3D game character animated using skeletal animation nbsp In this gif of a 2D Flash animation each stick of the figure is keyframed over time to create motion In most 3D computer animation systems an animator creates a simplified representation of a character s anatomy which is analogous to a skeleton or stick figure 46 They are arranged into a default position known as a bind pose or T Pose The position of each segment of the skeletal model is defined by animation variables or Avars for short In human and animal characters many parts of the skeletal model correspond to the actual bones but skeletal animation is also used to animate other things with facial features though other methods for facial animation exist 47 The character Woody in Toy Story for example uses 712 Avars 212 in the face alone The computer does not usually render the skeletal model directly it is invisible but it does use the skeletal model to compute the exact position and orientation of that certain character which is eventually rendered into an image Thus by changing the values of Avars over time the animator creates motion by making the character move from frame to frame There are several methods for generating the Avar values to obtain realistic motion Traditionally animators manipulate the Avars directly 48 Rather than set Avars for every frame they usually set Avars at strategic points frames in time and let the computer interpolate or tween between them in a process called keyframing Keyframing puts control in the hands of the animator and has roots in hand drawn traditional animation 49 In contrast a newer method called motion capture makes use of live action footage 50 When computer animation is driven by motion capture a real performer acts out the scene as if they were the character to be animated 51 Their motion is recorded to a computer using video cameras and markers and that performance is then applied to the animated character 52 Each method has its advantages and as of 2007 games and films are using either or both of these methods in productions Keyframe animation can produce motions that would be difficult or impossible to act out while motion capture can reproduce the subtleties of a particular actor 53 For example in the 2006 film Pirates of the Caribbean Dead Man s Chest Bill Nighy provided the performance for the character Davy Jones Even though Nighy does not appear in the movie himself the movie benefited from his performance by recording the nuances of his body language posture facial expressions etc Thus motion capture is appropriate in situations where believable realistic behavior and action is required but the types of characters required exceed what can be done throughout the conventional costuming Modeling edit3D computer animation combines 3D models of objects and programmed or hand keyframed movement These models are constructed out of geometrical vertices faces and edges in a 3D coordinate system Objects are sculpted much like real clay or plaster working from general forms to specific details with various sculpting tools Unless a 3D model is intended to be a solid color it must be painted with textures for realism A bone joint animation system is set up to deform the CGI model e g to make a humanoid model walk In a process known as rigging the virtual marionette is given various controllers and handles for controlling movement 54 55 Animation data can be created using motion capture or keyframing by a human animator or a combination of the two 56 3D models rigged for animation may contain thousands of control points for example Woody from Toy Story uses 700 specialized animation controllers Rhythm and Hues Studios labored for two years to create Aslan in the movie The Chronicles of Narnia The Lion the Witch and the Wardrobe which had about 1 851 controllers 742 in the face alone In the 2004 film The Day After Tomorrow designers had to design forces of extreme weather with the help of video references and accurate meteorological facts For the 2005 remake of King Kong actor Andy Serkis was used to help designers pinpoint the gorilla s prime location in the shots and used his expressions to model human characteristics onto the creature Serkis had earlier provided the voice and performance for Gollum in J R R Tolkien s The Lord of the Rings trilogy Equipment edit nbsp A ray traced 3 D model of a jack inside a cube and the jack alone below Computer animation can be created with a computer and an animation software Some impressive animation can be achieved even with basic programs however the rendering can require much time on an ordinary home computer 57 Professional animators of movies television and video games could make photorealistic animation with high detail This level of quality for movie animation would take hundreds of years to create on a home computer Instead many powerful workstation computers are used 58 Graphics workstation computers use two to four processors and they are a lot more powerful than an actual home computer and are specialized for rendering Many workstations known as a render farm are networked together to effectively act as a giant computer 59 resulting in a computer animated movie that can be completed in about one to five years however this process is not composed solely of rendering A workstation typically costs 2 000 to 16 000 with the more expensive stations being able to render much faster due to the more technologically advanced hardware that they contain Professionals also use digital movie cameras motion performance capture bluescreens film editing software props and other tools used for movie animation Programs like Blender allow for people who can not afford expensive animation and rendering software to be able to work in a similar manner to those who use the commercial grade equipment 60 Facial animation editMain article Computer facial animation The realistic modeling of human facial features is both one of the most challenging and sought after elements in computer generated imagery Computer facial animation is a highly complex field where models typically include a very large number of animation variables 61 Historically speaking the first SIGGRAPH tutorials on State of the art in Facial Animation in 1989 and 1990 proved to be a turning point in the field by bringing together and consolidating multiple research elements and sparked interest among a number of researchers 62 The Facial Action Coding System with 46 action units lip bite or squint which had been developed in 1976 became a popular basis for many systems 63 As early as 2001 MPEG 4 included 68 Face Animation Parameters FAPs for lips jaws etc and the field has made significant progress since then and the use of facial microexpression has increased 63 64 In some cases an affective space the PAD emotional state model can be used to assign specific emotions to the faces of avatars 65 In this approach the PAD model is used as a high level emotional space and the lower level space is the MPEG 4 Facial Animation Parameters FAP A mid level Partial Expression Parameters PEP space is then used to in a two level structure the PAD PEP mapping and the PEP FAP translation model 66 Realism edit source source source source source source source source track track track track track Joy amp Heron a typical example of realistic animation Realism in computer animation can mean making each frame look photorealistic in the sense that the scene is rendered to resemble a photograph or make the characters animation believable and lifelike 67 Computer animation can also be realistic with or without the photorealistic rendering 68 One trend in computer animation has been the effort to create human characters that look and move with the highest degree of realism A possible outcome when attempting to make pleasing realistic human characters is the uncanny valley the concept where the human audience up to a point tends to have an increasingly negative emotional response as a human replica looks and acts more and more human Films that have attempted photorealistic human characters such as The Polar Express 69 70 71 Beowulf 72 and A Christmas Carol 73 74 have been criticized as disconcerting and creepy The goal of computer animation is not always to emulate live action as closely as possible so many animated films instead feature characters who are anthropomorphic animals legendary creatures and characters superheroes or otherwise have non realistic cartoon like proportions 75 Computer animation can also be tailored to mimic or substitute for other kinds of animation like traditional stop motion animation as shown in Flushed Away or The Peanuts Movie Some of the long standing basic principles of animation like squash and stretch call for movement that is not strictly realistic and such principles still see widespread application in computer animation 76 Web animations editThe popularity of websites that allow members to upload their own movies for others to view has created a growing community of independent and amateur computer animators 77 With utilities and programs often included free with modern operating systems many users can make their own animated movies and shorts Several free and open source animation software applications exist as well The ease at which these animations can be distributed has attracted professional animation talent also Companies such as PowToon and Vyond attempt to bridge the gap by giving amateurs access to professional animations as clip art The oldest most backward compatible web based animations are in the animated GIF format which can be uploaded and seen on the web easily 78 However the raster graphics format of GIF animations slows the download and frame rate especially with larger screen sizes The growing demand for higher quality web based animations was met by a vector graphics alternative that relied on the use of a plugin For decades Flash animations were a common format until the web development community abandoned support for the Flash Player plugin Web browsers on mobile devices and mobile operating systems never fully supported the Flash plugin By this time internet bandwidth and download speeds increased making raster graphic animations more convenient Some of the more complex vector graphic animations had a slower frame rate due to complex rendering compared to some of the raster graphic alternatives Many of the GIF and Flash animations were already converted to digital video formats which were compatible with mobile devices and reduced file sizes via video compression technology However compatibility was still problematic as some of the video formats such as Apple s QuickTime and Microsoft Silverlight required plugins YouTube was also relying on the Flash plugin to deliver digital video in the Flash Video format The latest alternatives are HTML5 compatible animations Technologies such as JavaScript and CSS animations made sequencing the movement of images in HTML5 web pages more convenient SVG animations offered a vector graphic alternative to the original Flash graphic format SmartSketch YouTube offers an HTML5 alternative for digital video APNG Animated PNG offered a raster graphic alternative to animated GIF files that enables multi level transparency not available in GIFs See also Comparison of HTML5 and FlashDetailed examples editComputer animation uses different techniques to produce animations Most frequently sophisticated mathematics is used to manipulate complex three dimensional polygons apply textures lighting and other effects to the polygons and finally rendering the complete image A sophisticated graphical user interface may be used to create the animation and arrange its choreography Another technique called constructive solid geometry defines objects by conducting Boolean operations on regular shapes and has the advantage that animations may be accurately produced at any resolution Animation studios editMain article List of animation studios The examples and perspective in this section deal primarily with the United States and do not represent a worldwide view of the subject You may improve this section discuss the issue on the talk page or create a new section as appropriate May 2018 Learn how and when to remove this message Some notable producers of computer animated feature films include Animal Logic Films include Happy Feet 2006 Legend of the Guardians The Owls of Ga Hoole 2010 Walking with Dinosaurs 2013 and The Lego Movie 2014 Aardman Animations Films include Flushed Away 2006 and Arthur Christmas 2011 Big Idea Entertainment Jonah A VeggieTales Movie 2002 and The Pirates Who Don t Do Anything A VeggieTales Movie 2008 Bron Animation Films include The Addams Family 2019 and The Willoughbys 2020 Blue Sky Studios Films include Ice Age 2002 Robots 2005 Horton Hears a Who 2008 Rio 2011 Epic 2013 and The Peanuts Movie 2015 DNA Productions Films include Jimmy Neutron Boy Genius 2001 Santa vs the Snowman 3D 2002 and The Ant Bully 2006 DNEG Films include Ron s Gone Wrong 2021 DreamWorks Animation Films include Shrek 2001 Shark Tale 2004 Madagascar 2005 Over the Hedge 2006 Bee Movie 2007 Kung Fu Panda 2008 Monsters vs Aliens 2009 How to Train Your Dragon 2010 Rise of the Guardians 2012 The Croods 2013 Trolls 2016 The Boss Baby 2017 Captain Underpants The First Epic Movie 2017 The Bad Guys 2022 and Ruby Gillman Teenage Kraken 2023 Framestore Films include The Tale of Despereaux 2008 ImageMovers Films include The Polar Express 2004 Monster House 2006 Beowulf 2007 A Christmas Carol 2009 and Mars Needs Moms 2011 Imagi Animation Studios Films include TMNT 2007 and Astro Boy 2009 Ilion Animation Studios Films include Planet 51 2009 Mortadelo and Filemon Mission Implausible 2014 and Wonder Park 2019 Illumination Films include Despicable Me 2010 The Lorax 2012 Minions 2015 The Secret Life of Pets 2016 Sing 2016 The Grinch 2018 The Secret Life of Pets 2 2019 and The Super Mario Bros Movie 2023 Industrial Light amp Magic Films include Rango 2011 and Strange Magic 2015 Omation Animation Studios Films include Barnyard 2006 Pacific Data Images Films include Antz 1998 Shrek 2001 Shrek 2 2004 Madagascar 2005 Megamind 2010 and Mr Peabody and Sherman 2014 Paramount Animation Films include The SpongeBob Movie Sponge Out of Water 2015 Monster Trucks 2017 Sherlock Gnomes 2018 Wonder Park 2019 The SpongeBob Movie Sponge on the Run 2020 and Under the Boardwalk 2023 Pixar Animation Studios Films include Toy Story 1995 Monsters Inc 2001 Finding Nemo 2003 The Incredibles 2004 Cars 2006 Ratatouille 2007 WALL E 2008 Up 2009 Inside Out 2015 Coco 2017 Soul 2020 and Luca 2021 Rainmaker Studios Films include Escape from Planet Earth 2013 and Ratchet amp Clank 2016 Reel FX Animation Studios Films include Free Birds 2013 and The Book of Life 2014 Wizart Animation Films include The Snow Queen 2012 and Sheep and Wolves 2016 Shirogumi Films include Friends Mononoke Shima no Naki 2011 Stand by Me Doraemon 2014 and Dragon Quest Your Story 2019 Skydance Animation Films include Luck 2022 and Spellbound 2024 Square Pictures Films include Final Fantasy The Spirits Within 2001 Sony Pictures Animation Films include Open Season 2006 Surf s Up 2007 Cloudy with a Chance of Meatballs 2009 Hotel Transylvania 2012 Spider Man Into the Spider Verse 2018 and The Mitchells vs the Machines 2021 Sony Pictures Imageworks Films include The Angry Birds Movie 2016 and Over the Moon 2020 Triggerfish Animation Studios Films include Zambezia 2013 and Khumba 2014 Vanguard Animation Films include Valiant 2005 Space Chimps 2008 and Gnome Alone 2017 Walt Disney Animation Studios Films include Chicken Little 2005 Meet the Robinsons 2007 Bolt 2008 Tangled 2010 Wreck It Ralph 2012 Frozen 2013 Big Hero 6 2014 Zootopia 2016 Moana 2016 and Encanto 2021 Warner Bros Pictures Animation Films include The Lego Movie 2014 Storks 2016 The Lego Batman Movie 2017 Smallfoot 2018 and Scoob 2020 Weta Digital Films include The Adventures of Tintin 2011 See also edit nbsp Animation portal Animation Animation database Autodesk Avar animation variable Computer facial animation Computer generated imagery CGI New York Institute of Technology Computer Graphics Lab Computer representation of surfaces Hand Over Humanoid animation List of animation studios List of computer animated films List of computer animated television series Medical animation Morph target animation Machinima recording video from games and virtual worlds Motion capture Procedural animation Ray tracing Rich Representation Language Skeletal animation Stop motion Traditional animation Timeline of computer animation in film and television Virtual artifact Wire frame model Twelve basic principles of animationReferences editCitations edit Masson 1999 p 148 Parent 2012 pp 100 101 255 Weber Karon Hirasaki Kitt 2000 Interaction design at Pixar Animation Studios CHI 00 extended abstracts on Human factors in computer systems CHI 00 New York New York USA ACM Press doi 10 1145 633410 633413 Zorthian Julia 2015 11 19 How Toy Story Changed Movie History TIME Retrieved 2024 05 22 Godzilla Minus One Breathes New Life into the Iconic Kaiju Animation World Network Retrieved 2024 05 22 Schilling Mark 2024 03 14 Godzilla Minus One fought the odds and won big at the Oscars The Japan Times Retrieved 2024 05 22 The Breadwinner Shows the Powerful Storytelling Impact of Animation www technicolor com Retrieved 2024 05 22 a b James Oliver von Tunzelmann Eugenie Franklin Paul Thorne Kip S 2015 03 19 Gravitational Lensing by Spinning Black Holes in Astrophysics and in the Movie Interstellar Classical and Quantum Gravity 32 6 065001 doi 10 1088 0264 9381 32 6 065001 ISSN 0264 9381 Here s what made the 2D animation in Klaus look 3D befores amp afters 2019 11 14 Retrieved 2024 05 22 The Book of Shaders The Book of Shaders Retrieved 2024 05 22 Bertails Florence amp Hadap Sunil amp Cani Marie Paule amp Lin Ming amp Marschner Stephen amp Kim Tae amp Kacic Alesic Zoran amp Ward Kelly 2008 Realistic Hair Simulation Animation and Rendering ACM SIGGRAPH 2008 Class Notes 10 1145 1401132 1401247 Naghdi Arash Adib Payam Adib Arash Naghdi and Payam 2021 05 10 3D Animation Pipeline A Start to Finish Guide 2023 update Dream Farm Studios Retrieved 2024 05 21 Exclusive Joe Letteri Discusses Weta FX s new Facial Pipeline on Avatar 2 fxguide https www fxguide com 2022 12 21 Retrieved 2024 05 21 a href Template Cite web html title Template Cite web cite web a External link in code class cs1 code website code help laurenlola 2022 03 09 Turning Red Animators on Anime Influences and Working with Domee Shi CAAM Home Retrieved 2024 05 22 SIGGRAPH 18 Talks August 12 16 2018 Vancouver BC Canada c 2018 Copyright held by the owner author s ACM ISBN 978 1 4503 5820 0 18 08 https doi org 10 1145 3214745 3214801 Masson 1999 p 123 Masson 1999 p 115 Masson 1999 p 284 Roos Dave 2013 How Computer Animation Works HowStuffWorks Retrieved 2013 02 15 Artificial Intelligence Index Report 2023 PDF Report Stanford Institute for Human Centered Artificial Intelligence p 98 Multiple high quality text to video models AI systems that can generate video clips from prompted text were released in 2022 Leading India PDF Narain Rohit 2021 12 29 Smart Video Generation from Text Using Deep Neural Networks Retrieved 2022 10 12 Masson 1999 pp 390 394 Sito 2013 pp 69 75 Charles Csuri Fragmentation Animations 1967 1970 Hummingbird 1967 YouTube Kitten 1968 computer animation YouTube Metadata 1971 YouTube Masson 1999 p 404 Masson 1999 pp 282 288 Sito 2013 p 64 Means 2011 Sito 2013 pp 97 98 Sito 2013 pp 95 97 Masson 1999 p 58 The Making of Tron Video Games Player Vol 1 no 1 Carnegie Publications September 1982 pp 50 5 Beck Jerry 2005 The Animated Movie Guide Chicago Review Press p 216 ISBN 1569762228 Sito 2013 p 188 Masson 1999 p 430 Masson 1999 p 432 a b Masson 1999 p 302 Our Story Pixar 1986 2013 Retrieved on 2013 02 15 The Pixar Timeline 1979 to Present Pixar Archived from the original on 2015 09 05 Masson 1999 p 52 Thompson Anne 2010 01 01 How James Cameron s Innovative New 3D Tech Created Avatar Popular Mechanics Retrieved 2019 04 24 Fleming Mike Jr October 13 2016 Disney s Live Action Lion King Taps Jeff Nathanson As Writer Deadline Hollywood Archived from the original on October 15 2016 Retrieved July 9 2019 Rottenberg Josh July 19 2019 The Lion King Is it animated or live action It s complicated Los Angeles Times Retrieved December 13 2021 Parent 2012 pp 193 196 Parent 2012 pp 324 326 Parent 2012 pp 111 118 Sito 2013 p 132 Masson 1999 p 118 Masson 1999 pp 94 98 Masson 1999 p 226 Masson 1999 p 204 Parent 2012 p 289 animationmentor com Why a Great Rigger is an Animator s Best Friend By Ozgur Aydogdu Beane 2012 p 2 15 Masson 1999 p 158 Sito 2013 p 144 Sito 2013 p 195 blender org Home of the Blender project Free and Open 3D Creation Software blender org Masson 1999 pp 110 116 Parke amp Waters 2008 p xi a b Magnenat Thalmann amp Thalmann 2004 p 122 Pereira amp Ebrahimi 2002 p 404 Pereira amp Ebrahimi 2002 pp 60 61 Paiva Prada amp Picard 2007 pp 24 33 Masson 1999 pp 160 161 Parent 2012 pp 14 17 Zacharek Stephanie 2004 11 10 The Polar Express Salon Retrieved 2015 06 08 Herman Barbara 2013 10 30 The 10 Scariest Movies and Why They Creep Us Out Newsweek Retrieved 2015 06 08 Clinton Paul 2004 11 10 Review Polar Express a creepy ride CNN Retrieved 2015 06 08 Digital Actors in Beowulf Are Just Uncanny Archived 2011 08 27 at the Wayback Machine New York Times November 14 2007 Neumaier Joe November 5 2009 Blah humbug A Christmas Carol s 3 D spin on Dickens well done in parts but lacks spirit New York Daily News Archived from the original on July 10 2018 Retrieved October 10 2015 Williams Mary Elizabeth November 5 2009 Disney s A Christmas Carol Bah humbug Salon com Archived from the original on January 11 2010 Retrieved October 10 2015 Sito 2013 p 7 Sito 2013 p 59 Sito 2013 pp 82 89 Kuperberg 2002 pp 112 113 Works cited edit Library resources about Computer animation Resources in your library Resources in other libraries Beane Andy 2012 3D Animation Essentials Indianapolis Indiana John Wiley amp Sons ISBN 978 1 118 14748 1 Kuperberg Marcia 2002 A Guide to Computer Animation For TV Games Multimedia and Web Focal Press ISBN 0 240 51671 0 Magnenat Thalmann Nadia Thalmann Daniel 2004 Handbook of Virtual Humans Wiley Publishing ISBN 0 470 02316 3 Masson Terrence 1999 CG 101 A Computer Graphics Industry Reference Digital Fauxtography Inc ISBN 0 7357 0046 X Means Sean P December 28 2011 Pixar founder s Utah made Hand added to National Film Registry The Salt Lake Tribune Retrieved January 8 2012 Paiva Ana Prada Rui Picard Rosalind W 2007 Facial Expression Synthesis using PAD Emotional Parameters for a Chinese Expressive Avatar Affective Computing and Intelligent Interaction Lecture Notes in Computer Science 4738 Springer Science Business Media doi 10 1007 978 3 540 74889 2 ISBN 978 3 540 74888 5 Parent Rick 2012 Computer Animation Algorithms and Techniques Ohio Elsevier ISBN 978 0 12 415842 9 Pereira Fernando C N Ebrahimi Touradj 2002 The MPEG 4 Book New Jersey IMSC Press ISBN 0 13 061621 4 Parke Frederic I Waters Keith 2008 Computer Facial Animation 2nd ed Massachusetts A K Peters Ltd ISBN 978 1 56881 448 3 Sito Tom 2013 Moving Innovation A History of Computer Animation Massachusetts MIT Press ISBN 978 0 262 01909 5 External links edit nbsp Media related to Computer animations at Wikimedia Commons Retrieved from https en wikipedia org w index php title Computer animation amp oldid 1225060841, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.