Animation

July 2, 2016 | Author: 9897856218 | Category: Topics, Art & Design
Share Embed Donate


Short Description

azzzzzzzzzzzzzz...

Description

ANIMATION Animation is the rapid display of a sequence of images to create an illusion of movement. The most common method of presenting animation is as a motion picture or video program, although there are other methods. This type of presentation is usually accomplished with a camera and a projector or a computer viewing screen which can rapidly cycle through images in a sequence. Animation can be made with either hand rendered art, computer generated imagery, or three-dimensional objects, e.g. puppets or clay figures, or a combination of techniques. The position of each object in any particular image relates to the position of that object in the previous and following images so that the objects each appear to fluidly move independently of one another. The viewing device displays these images in rapid succession, usually 24, 25 or 30 frames per second.

2D animation

2D animation figures are created and/or edited on the computer using 2D bitmap graphics or created and edited using 2D vector graphics. This includes automated computerized versions of traditional animation techniques such as of, interpolated morphing, onion skinning and interpolated rotoscoping. 2D animation has many applications, including analog computer animation, Flash animation and PowerPoint animation. Cinemagraphs are still photographs in the form of an animated GIF file of which part is animated.

3D animation

3D animation is digitally modeled and manipulated by an animator. The animator starts by creating an external 3d mesh to manipulate, a mesh is a geometric configuration that gives the visual appearance of form to an 3D object or 3D environment. The mesh may have a lot of vertices

which are to geometric points which make up the mesh, it is given an internal digital skeletal structure called an armature that can be used to control the mesh with weights. This process is called rigging and can be programmed with movement with keyframes. Other techniques can be applied, such as mathematical functions (ex. gravity, particle simulations), simulated fur or hair, effects such as fire and water simulations. These techniques fall under the category of 3D dynamics.

3D modeling In 3D computer graphics, 3D modeling is the process of developing a mathematical representation of any threedimensional surface of object (either inanimate or living) via specialized software. The product is called a 3D model. It can be displayed as a two-dimensional image through a process called 3D rendering or used in a computer simulation of physical phenomena. The model can also be physically created using 3D printing devices. Models may be created automatically or manually. The manual modeling process of preparing geometric data for 3D computer graphics is similar to plastic arts such as sculpting.

Models

3D models represent a 3D object using a collection of points in 3D space, connected by various geometric entities such as triangles, lines, curved surfaces, etc. Being a collection of data (points and other information), 3D models can be created by hand, algorithmically (procedural modeling), or scanned. 3D models are widely used anywhere in 3D graphics. Actually, their use predates the widespread use of 3D graphics on personal computers. Many computer games used pre-rendered images of 3D models as sprites before computers could render them in real-time. Today, 3D models are used in a wide variety of fields. The medical industry uses detailed models of organs. The movie industry uses them as characters and objects for animated and real-life motion pictures. The video game industry uses them as assets for computer and video games. The science sector uses them as highly detailed models of chemical compounds. The architecture industry uses them to demonstrate proposed buildings and landscapes through Software Architectural Models. The engineering community uses them as designs of new devices, vehicles and structures as well as a host of other uses. In recent decades the earth science community has

started to construct 3D geological models as a standard practice.

Representation

A modern render of the iconic Utah teapot model developed by Martin Newell (1975). The Utah teapot is one of the most common models used in 3D graphics education. Almost all 3D models can be divided into two categories. Solid - These models define the volume of the object they represent (like a rock). These are more realistic, but more difficult to build. Solid models are mostly used for nonvisual simulations such as medical and engineering simulations, for CAD and specialized visual applications such as ray tracing and constructive solid geometry Shell/boundary - these models represent the surface, e.g. the boundary of the object, not its volume (like an infinitesimally thin eggshell). These are easier to work with than solid models. Almost all visual models used in games and film are shell models.

Because the appearance of an object depends largely on the exterior of the object, boundary representations are common in computer graphics. Two dimensional surfaces are a good analogy for the objects used in graphics, though quite often these objects are non-manifold. Since surfaces are not finite, a discrete digital approximation is required: polygonal meshes (and to a lesser extent subdivision surfaces) are by far the most common representation, although point-based representations have been gaining some popularity in recent years. Level sets are a useful representation for deforming surfaces which undergo many topological changes such as fluids. The process of transforming representations of objects, such as the middle point coordinate of a sphere and a point on its circumference into a polygon representation of a sphere, is called tessellation. This step is used in polygon-based rendering, where objects are broken down from abstract representations ("primitives") such as spheres, cones etc., to so-called meshes, which are nets of interconnected triangles. Meshes of triangles (instead of e.g. squares) are popular as they have proven to be easy to render using scanline rendering. Polygon representations are not used in all rendering techniques, and in these cases the tessellation step is not included in the transition from abstract representation to rendered scene.

Notable concepts and abbreviations In 3D modeling there are recurring concepts which usually appear as abbreviations. Here are some of the most current: CW, center of window, in reference to the visualization window. VRP, view reference point. VPN, view plane normal. VUV, view up vector[disambiguation needed]. FOV, field of view. VRC, view reference coordinates. WCS, world coordinates system. Such a scaling changes the diameter of an object by a factor between the scale factors, the area by a factor between the smallest and the largest product of two scale factors, and the volume by the product of all three. The scaling is uniform if and only if the scaling factors are equal (vx = vy = vz). If all except one of the scale factors are equal to 1, we have directional scaling. In the case where vx = vy = vz = k, the scaling is also called an enlargement or dilation by a factor k, increasing the area by a factor of k2 and the volume by a factor of k3.

A scaling in the most general sense is any affine transformation with a diagonalizable matrix. It includes the case that the three directions of scaling are not perpendicular. It includes also the case that one or more scale factors are equal to zero (projection), and the case of one or more negative scale factors. The latter corresponds to a combination of scaling proper and a kind of reflection: along lines in a particular direction we take the reflection in the point of intersection with a plane that need not be perpendicular; therefore it is more general than ordinary reflection in the plane.

Modeling process

3D polygonal modeling of a human face. There are Three popular ways to represent a model: Polygonal modeling - Points in 3D space, called vertices, are connected by line segments to form a polygonal mesh.

The vast majority of 3D models today are built as textured polygonal models, because they are flexible and because computers can render them so quickly. However, polygons are planar and can only approximate curved surfaces using many polygons. Curve modeling - Surfaces are defined by curves, which are influenced by weighted control points. The curve follows (but does not necessarily interpolate) the points. Increasing the weight for a point will pull the curve closer to that point. Curve types include nonuniform rational Bspline (NURBS), splines, patches and geometric primitives Digital sculpting - Still a fairly new method of modeling, 3D sculpting has become very popular in the few short years it has been around.[citation needed] There are currently 3 types of digital sculpting: Displacement, which is the most widely used among applications at this moment, volumetric and dynamic tessellation. Displacement uses a dense model (often generated by Subdivision surfaces of a polygon control mesh) and stores new locations for the vertex positions through use of a 32bit image map that stores the adjusted locations. Volumetric which is based loosely on Voxels has similar capabilities as displacement but does not suffer from polygon stretching when there are not enough polygons in a region to achieve a deformation. Dynamic tesselation Is similar to Voxel but divides the surface using triangulation to maintain a smooth surface

and allow finer details. These methods allow for very artistic exploration as the model will have a new topology created over it once the models form and possibly details have been sculpted. The new mesh will usually have the original high resolution mesh information transferred into displacement data or normal map data if for a game engine. The modeling stage consists of shaping individual objects that are later used in the scene. There are a number of modeling techniques, including: constructive solid geometry implicit surfaces subdivision surfaces Modeling can be performed by means of a dedicated program (e.g., Cinema 4D, form•Z, Maya, 3DS Max, Blender, Lightwave, Modo, solidThinking) or an application component (Shaper, Lofter in 3DS Max) or some scene description language (as in POV-Ray). In some cases, there is no strict distinction between these phases; in such cases modeling is just part of the scene creation process (this is the case, for example, with Caligari trueSpace and Realsoft 3D). Complex materials such as blowing sand, clouds, and liquid sprays are modeled with particle systems, and are a

mass of 3D coordinates which have either points, polygons, texture splats, or sprites assigned to them.

Compared to 2D methods

A fully textured and lit rendering of a 3D model. 3D photorealistic effects are often achieved without wireframe modeling and are sometimes indistinguishable in the final form. Some graphic art software includes filters that can be applied to 2D vector graphics or 2D raster graphics on transparent layers. Advantages of wireframe 3D modeling over exclusively 2D methods include: Flexibility, ability to change angles or animate images with quicker rendering of the changes; Ease of rendering, automatic calculation and rendering photorealistic effects rather than mentally visualizing or estimating;

Accurate photorealism, less chance of human error in misplacing, overdoing, or forgetting to include a visual effect. Disadvantages compare to 2D photorealistic rendering may include a software learning curve and difficulty achieving certain photorealistic effects. Some photorealistic effects may be achieved with special rendering filters included in the 3D modeling software. For the best of both worlds, some artists use a combination of 3D modeling followed by editing the 2D computerrendered images from the 3D model.

3D model market A large market for 3D models (as well as 3D-related content, such as textures, scripts, etc.) still exists - either for individual models or large collections. Online marketplaces for 3D content, such as TurboSquid and DAZ 3D, allow individual artists to sell content that they have created. Often, the artists' goal is to get additional value out of assets they have previously created for projects. By doing so, artists can earn more money out of their old content, and companies can save money by buying pre-made models instead of paying an employee to create one from scratch. These marketplaces typically split

the sale between themselves and the artist that created the asset, often in a roughly 50-50 split. In most cases, the artist retains ownership of the 3d model; the customer only buys the right to use and present the model.[3] Some artists sell their products directly in its own stores offering their products at a lower price by not using intermediaries. 3D printing 3D printing is a form of additive manufacturing technology where a three dimensional object is created by laying down successive layers of material.

Human models The first widely available commercial application of human virtual models appeared in 1998 on the Lands' End web site. The human virtual models were created by the company My Virtual Model Inc. and enabled users to create a model of themselves and try on 3D clothing. There are several modern programs that allow for the creation of virtual human models (Poser being one example).

Graphic animation Graphic animation is a variation of stop motion (and possibly more conceptually associated with traditional flat cel animation and paper drawing animation, but still technically qualifying as stop motion) consisting of the animation of photographs (in whole or in parts) and other non-drawn flat visual graphic material, such as newspaper and magazine clippings. In its simpliest form, Graphic "animation" can take the form of the animation camera merely panning up and down and/or across individual photographs, one at a time, (filmed frame-by-frame, and hence, "animated") without changing the photographs from frame to frame, as on Ken Burns various historical documentary films for PBS. But once the photos (or "graphics") are also moved from frame to frame, more exciting montages of movement can be produced, such as on Los Angeles animator Mike Jittlov's 1977 short film, Animato, also seen his feature film, The Wizard of Speed and Time, released to theaters in 1987 and to video in 1989. Graphic animation can be (and often is) combined with other forms of animation including direct manipulation animation and traditional cel animation.

Examples are Frank Mouris' 1973 Oscar-winning short film Frank Film, and Charles Braverman's Condensed Cream of the Beatles (1973), originally produced for Geraldo Rivera's late night TV show of the time, Goodbye America. Graphic animation was also used as a History of Playboy Magazine piece used on Saturday Night Live when the magazine's founder, Hugh Hefner, appeared on that show during the late 70s or early 80s.

3D computer graphics 3D computer graphics (in contrast to 2D computer graphics) are graphics that use a three-dimensional representation of geometric data (often Cartesian) that is stored in the computer for the purposes of performing calculations and rendering 2D images. Such images may be stored for viewing later or displayed in real-time. 3D computer graphics rely on many of the same algorithms as 2D computer vector graphics in the wireframe model and 2D computer raster graphics in the final rendered display. In computer graphics software, the distinction between 2D and 3D is occasionally blurred; 2D applications may use 3D techniques to achieve effects such as lighting, and 3D may use 2D rendering techniques. 3D computer graphics are often referred to as 3D models. Apart from the rendered graphic, the model is contained

within the graphical data file. However, there are differences. A 3D model is the mathematical representation of any three-dimensional object. A model is not technically a graphic until it is displayed. Due to 3D printing, 3D models are not confined to virtual space. A model can be displayed visually as a two-dimensional image through a process called 3D rendering, or used in non-graphical computer simulations and calculations. History

William Fetter was credited with coining the term computer graphics in 1961 to describe his work at Boeing. One of the first displays of computer animation was Futureworld (1976), which included an animation of a human face and a hand—produced by Ed Catmull and Fred Parke at the University of California. Overview

3D computer graphics creation falls into three basic phases: 3D modeling – the process of forming a computer model of an object's shape

Layout and animation – the motion and placement of objects within a scene 3D rendering – the computer calculations that, based on light placement, surface types, and other qualities, generate the image Modeling The model describes the process of forming the shape of an object. The two most common sources of 3D models are those that an artist or engineer originates on the computer with some kind of 3D modeling tool, and models scanned into a computer from real-world objects. Models can also be produced procedurally or via physical simulation. Basically, a 3D model is formed from points called vertices (or vertexes) that define the shape and form polygons. A polygon is an area formed from at least three vertexes (a triangle). A four-point polygon is a quad, and a polygon of more than four points is an n-gon[citation needed]. The overall integrity of the model and its suitability to use in animation depend on the structure of the polygons.

Layout and animation Main article: Computer animation

Before rendering into an image, objects must be placed (laid out) in a scene. This defines spatial relationships between objects, including location and size. Animation refers to the temporal description of an object, i.e., how it moves and deforms over time. Popular methods include keyframing, inverse kinematics, and motion capture. These techniques are often used in combination. As with modeling, physical simulation also specifies motion. Rendering 3D rendering Rendering converts a model into an image either by simulating light transport to get photo-realistic images, or by applying some kind of style as in non-photorealistic rendering. The two basic operations in realistic rendering are transport (how much light gets from one place to another) and scattering (how surfaces interact with light). This step is usually performed using 3D computer graphics software or a 3D graphics API. Altering the scene into a suitable form for rendering also involves 3D projection, which displays a three-dimensional image in two dimensions.

Communities

There are a multitude of websites designed to help educate and support 3D graphic artists. Some are managed by software developers and content providers, but there are standalone sites as well. These communities allow for members to seek advice, post tutorials, provide product reviews or post examples of their own work. Distinction from photorealistic 2D graphics

Not all computer graphics that appear 3D are based on a wireframe model. 2D computer graphics with 3D photorealistic effects are often achieved without wireframe modeling and are sometimes indistinguishable in the final form. Some graphic art software includes filters that can be applied to 2D vector graphics or 2D raster graphics on transparent layers. Visual artists may also copy or visualize 3D effects and manually render photorealistic effects without the use of filters.

Filmmaking Filmmaking (often referred to in an academic context as film production) is the process of making a film. Filmmaking involves a number of discrete stages including an initial story, idea, or commission, through scriptwriting, casting, shooting, editing, and screening the finished

product before an audience that may result in a film release and exhibition. Filmmaking takes place in many places around the world in a range of economic, social, and political contexts, and using a variety of technologies and cinematic techniques. Typically, it involves a large number of people, and can take from a few months to several years to complete. Parts

Film production involves three major stages: Pre-production—Preparations are made for the shoot, in which cast and film crew are hired, locations are selected, and sets are built. The Development stage, in which the ideas for the film are created, rights to books/plays are bought, etc., and the screenplay is written, occurs before Pre-production. Production—The raw elements for the finished film are recorded. Post-Production—The film is edited; production sound (dialogue) is concurrently (but separately) edited, music tracks (and songs) are composed, performed and recorded, if a film is sought to have a score; sound effects are designed and recorded; and any other computergraphic 'visual' effects are digitally added, all sound

elements are mixed into "stems" then the stems are mixed then married to picture and the film is fully completed ("locked"). Development In this stage, the project's producer selects a story, which may come from a book, play, another film, a true story, original idea, etc. After identifying a theme or underlying message, the producer works with writers to prepare a synopsis. Next they produce a step outline, which breaks the story down into one-paragraph scenes that concentrate on dramatic structure. Then, they prepare a treatment, a 25-to-30-page description of the story, its mood, and characters. This usually has little dialogue and stage direction, but often contains drawings that help visualize key points. Another way is to produce a scriptment once a synopsis is produced. Next, a screenwriter writes a screenplay over a period of several months. The screenwriter may rewrite it several times to improve dramatization, clarity, structure, characters, dialogue, and overall style. However, producers often skip the previous steps and develop submitted screenplays which investors, studios, and other interested parties assess through a process called script coverage. A film distributor may be contacted at an early stage to assess the likely market and potential financial success of the film. Hollywood distributors adopt a hard-

headed business approach and consider factors such as the film genre, the target audience, the historical success of similar films, the actors who might appear in the film, and potential directors. All these factors imply a certain appeal of the film to a possible audience and hence the number of "A.I.S." (or "Asses in Seats") during the theatrical release. Not all films make a profit from the theatrical release alone, so film companies take DVD sales and worldwide distribution rights into account. The producer and screenwriter prepare a film pitch, or treatment, and present it to potential financiers. If the pitch is successful, the film receives a "green light", meaning someone offers financial backing: typically a major film studio, film council, or independent investor. The parties involved negotiate a deal and sign contracts. Once all parties have met and the deal has been set, the film may proceed into the pre-production period. By this stage, the film should have a clearly defined marketing strategy and target audience. Pre-production In pre-production, every step of actually creating the film is carefully designed and planned. The production company is created and a production office established. The production is storyboarded and visualized with the help of illustrators and concept artists. A production budget is drawn up to plan expenditures for the film. For major

productions, insurance is procured to protect against accidents. The producer hires a crew. The nature of the film, and the budget, determine the size and type of crew used during filmmaking. Many Hollywood blockbusters employ a cast and crew of hundreds, while a low-budget, independent film may be made by a skeleton crew of eight or nine (or fewer). These are typical crew positions: The director is primarily responsible for the storytelling, creative decisions and acting of the film. The unit production manager manages the production budget and production schedule. They also report, on behalf of the production office, to the studio executives or financiers of the film. The assistant director (AD) manages the shooting schedule and logistics of the production, among other tasks. There are several types of AD, each with different responsibilities. The casting director finds actors to fill the parts in the script. This normally requires that actors audition. The location manager finds and manages film locations. Most pictures are shot in the controllable environment of a studio sound stage but occasionally, outdoor sequences call for filming on location.

The director of photography (DoP) is the cinematographer who supervises the photography of the entire film. The director of audiography (DoA) is the audiographer who supervises the audiography of the entire film. For productions in the Western world this role is also known as either sound designer or supervising sound editor. The production sound mixer is the head of the sound department during the production stage of filmmaking. They record and mix the audio on set - dialogue, presence and sound effects in mono and ambience in stereo.They work with the boom operator, Director, DoA, DoP, and First AD. The sound designer creates the aural conception of the film, working with the supervising sound editor. On some productions the sound designer plays the role of a director of audiography. The composer creates new music for the film. (usually not until post-production) The production designer creates the visual conception of the film, working with the art director. The art director manages the art department, which makes production sets

The costume designer creates the clothing for the characters in the film working closely with the actors, as well as other departments. The make up and hair designer works closely with the costume designer in addition to create a certain look for a character. The storyboard artist creates visual images to help the director and production designer communicate their ideas to the production team. The choreographer creates and coordinates the movement and dance - typically for musicals. Some films also credit a fight choreographer. Production

A doperator gives instructions during the filming of a scene. Cinematography and Audiography In production, the video production/film is created and shot. More crew will be recruited at this stage, such as the property master, script supervisor, assistant directors, stills photographer, picture editor, and sound editors. These are just the most common roles in filmmaking; the production

office will be free to create any unique blend of roles to suit the various responsibilities possible during the production of a film. A typical day's shooting begins with the crew arriving on the set/location by their call time. Actors usually have their own separate call times. Since set construction, dressing and lighting can take many hours or even days, they are often set up in advance. The grip, electric and production design crews are typically a step ahead of the camera and sound departments: for efficiency's sake, while a scene is being filmed, they are already preparing the next one. While the crew prepare their equipment, the actors are wardrobed in their costumes and attend the hair and make-up departments. The actors rehearse the script and blocking with the director, and the camera and sound crews rehearse with them and make final tweaks. Finally, the action is shot in as many takes as the director wishes. Most American productions follow a specific procedure: The assistant director (AD) calls "picture is up!" to inform everyone that a take is about to be recorded, and then "quiet, everyone!" Once everyone is ready to shoot, the AD calls "roll sound" (if the take involves sound), and the production sound mixer will start their equipment, record a verbal slate of the take's information, and announce

"sound speed" when they are ready. The AD follows with "roll camera", answered by "speed!" by the camera operator once the camera is recording. The clapper, who is already in front of the camera with the clapperboard, calls "marker!" and slaps it shut. If the take involves extras or background action, the AD will cue them ("action background!"), and last is the director, telling the actors "action!". The AD may echo "action" louder on large sets. A take is over when the director calls "cut!", and camera and sound stop recording. The script supervisor will note any continuity issues and the sound and camera teams log technical notes for the take on their respective report sheets. If the director decides additional takes are required, the whole process repeats. Once satisfied, the crew moves on to the next camera angle or "setup," until the whole scene is "covered." When shooting is finished for the scene, the assistant director declares a "wrap" or "moving on," and the crew will "strike," or dismantle, the set for that scene. At the end of the day, the director approves the next day's shooting schedule and a daily progress report is sent to the production office. This includes the report sheets from continuity, sound, and camera teams. Call sheets are distributed to the cast and crew to tell them when and where to turn up the next shooting day. Later on, the director, producer, other department heads, and,

sometimes, the cast, may gather to watch that day or yesterday's footage, called dailies, and review their work. With workdays often lasting 14 or 18 hours in remote locations, film production tends to create a team spirit. When the entire film is in the can, or in the completion of the production phase, it is customary for the production office to arrange a wrap party, to thank all the cast and crew for their efforts. Post-production Post-production Here the video/film is assembled by the video/film editor. The modern use of video in the filmmaking process has resulted in two workflow variants: one using entirely film, and the other using a mixture of film and video. This is the final stage, where the film is released to cinemas or, occasionally, to consumer media (DVD, VCD, VHS, Blu-ray) or direct download from a provider. The film is duplicated as required for distribution to cinemas. Press kits, posters, and other advertising materials are published and the film is advertised and promoted. Film distributors usually release a film with a launch party, press releases, interviews with the press, press preview screenings, and film festival screenings. Most films have a website. The film plays at selected cinemas and the DVD

typically is released a few months later. The distribution rights for the film and DVD are also usually sold for worldwide distribution. The distributor and the production company share profits. Independent filmmaking Independent film Filmmaking also takes place outside of the mainstream and is commonly called independent filmmaking. Since the introduction of DV technology, the means of production have become more democratized. Filmmakers can conceivably shoot and edit a film, create and edit the sound and music, and mix the final cut on a home computer. However, while the means of production may be democratized, financing, traditional distribution, and marketing remain difficult to accomplish outside the traditional system. In the past, most independent filmmakers have relied on film festivals to get their films noticed and sold for distribution. However, the Internet has allowed for relatively inexpensive distribution of independent films. As a result several companies have emerged to assist filmmakers in getting independent movies seen and sold via mainstream internet marketplaces, oftentimes adjacent to popular Hollywood titles. With internet movie distribution, independent filmmakers who fail to garner a traditional distribution deal now have the ability to reach global audiences.

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF