SlideShare uma empresa Scribd logo
1 de 31
9. Animation
CHAPTER
CHAPTER HIGHLIGHTS
• Animation basics
• Traditional animation techniques
• 2-D animation techniques:
– Keyframe
– Tween
– Programmed
• 3-D animation:
– Motion capture
– Kinematics
– Animating with physics
• Guidelines for animation in
multimedia
2
PINNACLE OF MODERN MULTIMEDIA
• Animation draws inspiration from each of the other media.
• Computer is a partner in creative expression.
– It lowered costs and increased ease of creating animation.
– It supports creative expression through:
• Interactivity
• 3-D sensory experience
• Embodiment and implementation of rules of behavior.
3
ANIMATION BASICS
• Animation: rapidly displayed sequence of individual, still
images.
• Made possible by "persistence of vision."
– Images formed on the retina persist for a short period of time after
stimulus has disappeared.
– This physical memory of the retina produces the illusion of motion.
4
ANIMATION BASICS
• Flipbook technique
– Still images showing a different stage of motion are created on each
page.
– Pages are "flipped" in rapid succession to view the motion.
– Animation basics used in flipbook:
• Quality of motion is based on rate of display.
• Speed is based on differences between images.
• Onionskinning: a technique used to draw new image based on the
previous image.
• Registration: physically aligns images with one another.
5
TRADITIONAL ANIMATION
• Film based process
– Images are photographed and recorded as separate frames on long
strip of transparent film.
– Film passed in front of light source and animation appeared on a
screen.
• Film enhanced possibilities of animation.
– Multiple reels allowed longer animations.
– Projectors displayed images at reliable frame rates.
– Animators could add sound to the motion.
6
CHALLENGES OF TRADITIONAL ANIMATION
• Number of images to create.
– 24 frames per second requires 1,440 individual still images for each
minute of animation.
– Methods to generate images include:
• Shooting on twos cuts number of images in half.
• Cycle of images can be reused to extend repetitive motion.
• Holds produce sequence of identical drawings to extend a particular state
or action.
7
CHALLENGES OF TRADITIONAL ANIMATION
• Artistic strategies to create realistic world require:
– Awareness of how things move in the world.
• Ease-in and ease-out address the physics of motion.
• Overshooting a resting point addresses kinetic energy of motion.
• Different components of objects move independently of one another
(overlapping motion).
– Exaggerate motion for dramatic effect using:
• Variations in speed
• Stretch and squash.
8
Traditional Techniques
• Strategies for achieving motion have been applied to:
– Paper cut-outs
– Clay figurines
– Puppets
– Natural objects photographed, reposed and re-photographed.
9
CEL ANIMATION
• Perfected and made popular by Disney studios.
– Cel: drawings of individual frames made on sheets of celluloid.
– Drawings were then photographed to produce the animated film.
• Technique that directly influenced development of digital
animation.
10
CEL ANIMATION ADVANTAGES
• Artists saved drawing time.
– Fixed components of a scene were drawn once and layered on the
bottom of a stack of celluloid sheets.
– Moving components were drawn separately and placed on top of the
fixed scene components.
• Gave precise control over elements.
– Individual cel layers could reproduce interdependent, complex
motions.
11
CEL ANIMATION ADVANTAGES
• Encouraged division of labor and promoted high artistic standards.
– Master artists drew key frames or extremes.
– Assistants drew the tweens.
– Inkers transferred drawings from paper to celluloid.
– Opaquers applied colors to the celluloid.
– Additional specialists included:
• Producers
• Directors
• Script writers
• Audio specialists
• Camera operators
• Checkers.
12
PRODUCING CEL ANIMATION
• Cost and complexity of creating animation required a
carefully defined process.
– Storyboard: sequence of drawings that sketch out content of major
scenes in the production.
– Pencil test: series of simple sketches that are photographed and
projected to test the design of the animated sequences.
– Scratch track: draft of animation’s audio track.
– Leica reel: working draft of the complete animation.
13
PRODUCING CEL ANIMATION
• Uses specialized equipment in production process.
– Specialized paints to convey proper hue.
– Specialized camera and lighting to capture cels.
– Devices to:
• Track changes in paths of animated characters.
• Align and hold the cels for camera shots.
• Synchronize and edit the final film.
• Cel animation is complex, demanding, and expensive animation.
– Computers dramatically improved the process.
14
DIGITAL ANIMATION
15
2-D & 3-D Animation
2-D ANIMATION
• Produced by mimicking basic traditional techniques such as:
• Flipbook technique
• Cutout animation technique
• Rotoscoping
• Cel animation
• Paint/draw programs are used to create the components.
• Animation software can sequence, set timing, transitions, and
produce the final animation.
16
DIGITAL CEL ANIMATION
• Animations are a series of individual frames.
– Synchronized to one or more sound tracks.
– Graphics arranged on layers.
– Major changes identified in keyframes.
– Illusion of motion produced as series of tweens.
17
ANIMATION SOFTWARE
• Elements of Flash organization.
– Timeline: horizontal row of frames.
– Frames: have multiple layers in columns.
• Layers have stacking order (background elements on lower layers,
changing elements on upper layers)
– Keyframes: define major changes in a frame.
– Tweens: frames created automatically by software.
– Onionskinning: assists in drawing changes from one frame to the next.
18
ANIMATION SOFTWARE
• Frame-by-frame animation: each frame is manually drawn to
reflect motion sequence.
– Gives detailed control of each motion.
– Time consuming process.
• Tween animation: computer generates in-between frames
based on two designated key frames.
19
• Motion tween
• Path-based tween
• Shape tween (morphing)
• Size tween
• Color tween
• Transparency tween
ANIMATION SOFTWARE
• Provide tools to support animation process.
– Image-editing tools
– Alignment tools and grids to control placement
– Text tools
– Basic sound control
– Strategies to support interactivity.
20
FLASH DEVELOPMENT SCREEN
21
Development
Tools
Timeline
Layers contain
individual elements
arranged in a
stacking order of
background on the
bottom to sound on
the top layer.
Keyframes and
tweened sequence.
Frame one on
the timeline
PROGRAMMED ANIMATION
• Animators write commands and the computer generates the
animation.
– Requires knowledge of programming and mathematical techniques to
specify motion.
• Advantages:
– File sizes are smaller.
– Animations load and play faster.
– Reduces bandwidth and processor demands.
– Efficient creation of different versions of animated sequence.
22
PROGRAMMED ANIMATION
• Supports complex forms of interactivity.
– Computer games take input from the user and animate the objects
"on the fly."
• Scripting languages frequently used to generate programmed
animations:
– Lingo
– Actionscript
– Javascript
23
3-D ANIMATION
• Elements of 3-D animation set in
motion include:
– Objects
– Sounds
– Cameras
– Lights.
• Techniques are similar to 2-D
animation:
– Key frame
– Tween motion.
• Complex motion may involve
using models of humans and
animals.
24
MOTION CAPTURE
• Also called performance animation.
– Technique of recording motion of actual objects and mapping these
motions to a computer-generated animated character.
– Performers have sensors to track the motion of various body parts as
they create the action sequences.
• Used to capture complex natural motions that are difficult
to create.
25
FORWARD KINEMATICS
• Kinematics is study of motion of bodies or systems of bodies.
– The motion of one part generates related motion in others.
• Animator must adjust all motion in all related parts of the
body.
– Simple to implement.
– Models easily defined.
– Computer processing is minimal.
– Quality of motion depends on animator's skill.
– Animation is time consuming process.
26
INVERSE KINEMATICS
• Motion of one body part produces related motions in other
body parts.
– Simplifies animator's work and ensures consistent, realistic motion.
• Software embodies the knowledge of anatomical motion.
– Requires innovative programming.
– Demands more processing power than forward kinematics.
• Significantly reduces work of animator.
27
ANIMATING WITH PHYSICS
• Software can automatically generate motions based on
properties of object and laws of physics.
• Will free animators from more tedious tasks of 3-D animation
and produce more realistic content.
– Animators can concentrate on developing stories and characters.
28
COMPLETING THE ANIMATION
• Rendering creates the final animation frames by applying:
– The modeling
– Surface definition
– Scene composition as specified by animator
29
RENDERING OPTIONS
• Pre-render
– Requires enormous processing
resources and time for animated movies.
– Computer carries out complex calculations to implement the object
properties, lighting, camera angles and motions.
• Render in real time
– Computer produces animation immediately.
– Used in video games and highly interactive 3-D animations.
30
Shrek 1 in 2001 used about 5
million CPU render hours.
Shrek 2 in 2004 used 10 million
CPU hours
Shrek 3 in 2007 used 20 million
CPU hours.
Shrek 1 in 2001 used about 5
million CPU render hours.
Shrek 2 in 2004 used 10 million
CPU hours
Shrek 3 in 2007 used 20 million
CPU hours.
ANIMATION TIPS & GUIDELINES
• Prepare for a learning curve.
– Animation programs are more difficult to master.
• Design for delivery.
– Minimize file size if delivery is for Web.
• Consider clip animation to reduce costs.
• Consult the tradition in developing motion.
– Cycles, holds, shooting on twos, tweening, stretch and squash, ease in
& ease out, overshoot & overlap motion are traditional techniques.
31

Mais conteúdo relacionado

Mais procurados

Computer animation Computer Graphics
Computer animation Computer Graphics Computer animation Computer Graphics
Computer animation Computer Graphics University of Potsdam
 
Introduction to computer graphics
Introduction to computer graphicsIntroduction to computer graphics
Introduction to computer graphicsAmandeep Kaur
 
Raster Scan Display
Raster Scan DisplayRaster Scan Display
Raster Scan DisplayAnkur Soni
 
Concept of basic illumination model
Concept of basic illumination modelConcept of basic illumination model
Concept of basic illumination modelAnkit Garg
 
Computer animation
Computer animationComputer animation
Computer animationshusrusha
 
DIGITAL IMAGE PROCESSING - LECTURE NOTES
DIGITAL IMAGE PROCESSING - LECTURE NOTESDIGITAL IMAGE PROCESSING - LECTURE NOTES
DIGITAL IMAGE PROCESSING - LECTURE NOTESEzhilya venkat
 
Software maintenance
Software maintenance Software maintenance
Software maintenance Rajeev Sharan
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)Timbal Mayank
 
scan conversion of point , line and circle
scan conversion of point , line and circlescan conversion of point , line and circle
scan conversion of point , line and circleDivy Kumar Gupta
 
Explain Animation & Types Of Animation In Computer Graphics
Explain Animation & Types Of Animation In Computer Graphics Explain Animation & Types Of Animation In Computer Graphics
Explain Animation & Types Of Animation In Computer Graphics Vikashkumar2175
 
Raster scan systems with video controller and display processor
Raster scan systems with video controller and display processorRaster scan systems with video controller and display processor
Raster scan systems with video controller and display processorhemanth kumar
 
Output primitives in Computer Graphics
Output primitives in Computer GraphicsOutput primitives in Computer Graphics
Output primitives in Computer GraphicsKamal Acharya
 
Animation in Computer Graphics
Animation in Computer GraphicsAnimation in Computer Graphics
Animation in Computer GraphicsRinkuNahar
 
Introduction to Animation
Introduction to AnimationIntroduction to Animation
Introduction to Animationmrnasim
 
Multimedia graphics and image data representation
Multimedia graphics and image data representationMultimedia graphics and image data representation
Multimedia graphics and image data representationMazin Alwaaly
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfacesAnkur Kumar
 

Mais procurados (20)

Computer animation Computer Graphics
Computer animation Computer Graphics Computer animation Computer Graphics
Computer animation Computer Graphics
 
3D Modelling and Animation
3D Modelling and Animation3D Modelling and Animation
3D Modelling and Animation
 
Introduction to computer graphics
Introduction to computer graphicsIntroduction to computer graphics
Introduction to computer graphics
 
Raster Scan Display
Raster Scan DisplayRaster Scan Display
Raster Scan Display
 
Concept of basic illumination model
Concept of basic illumination modelConcept of basic illumination model
Concept of basic illumination model
 
Computer animation
Computer animationComputer animation
Computer animation
 
DIGITAL IMAGE PROCESSING - LECTURE NOTES
DIGITAL IMAGE PROCESSING - LECTURE NOTESDIGITAL IMAGE PROCESSING - LECTURE NOTES
DIGITAL IMAGE PROCESSING - LECTURE NOTES
 
Software maintenance
Software maintenance Software maintenance
Software maintenance
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)
 
scan conversion of point , line and circle
scan conversion of point , line and circlescan conversion of point , line and circle
scan conversion of point , line and circle
 
Explain Animation & Types Of Animation In Computer Graphics
Explain Animation & Types Of Animation In Computer Graphics Explain Animation & Types Of Animation In Computer Graphics
Explain Animation & Types Of Animation In Computer Graphics
 
Raster scan systems with video controller and display processor
Raster scan systems with video controller and display processorRaster scan systems with video controller and display processor
Raster scan systems with video controller and display processor
 
Multimedia:Multimedia compression
Multimedia:Multimedia compression Multimedia:Multimedia compression
Multimedia:Multimedia compression
 
Output primitives in Computer Graphics
Output primitives in Computer GraphicsOutput primitives in Computer Graphics
Output primitives in Computer Graphics
 
Animation in Computer Graphics
Animation in Computer GraphicsAnimation in Computer Graphics
Animation in Computer Graphics
 
ANIMATION PPT
ANIMATION PPTANIMATION PPT
ANIMATION PPT
 
Introduction to Animation
Introduction to AnimationIntroduction to Animation
Introduction to Animation
 
ANIMATION SEQUENCE
ANIMATION SEQUENCEANIMATION SEQUENCE
ANIMATION SEQUENCE
 
Multimedia graphics and image data representation
Multimedia graphics and image data representationMultimedia graphics and image data representation
Multimedia graphics and image data representation
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfaces
 

Destaque

Supplement Color
Supplement ColorSupplement Color
Supplement Colorshelly3160
 
Chapter 10 authoring
Chapter 10 authoringChapter 10 authoring
Chapter 10 authoringshelly3160
 
Chapter 2 Digital Data
Chapter 2 Digital DataChapter 2 Digital Data
Chapter 2 Digital Datashelly3160
 
Chapter 4 Computer Software
Chapter 4 Computer SoftwareChapter 4 Computer Software
Chapter 4 Computer Softwareshelly3160
 
(Computer) Animation Technique
(Computer) Animation Technique(Computer) Animation Technique
(Computer) Animation Techniquejustinesolano
 
Supplement Web Tools
Supplement Web ToolsSupplement Web Tools
Supplement Web Toolsshelly3160
 
Supplement web design
Supplement web designSupplement web design
Supplement web designshelly3160
 
S. Responsive Web Design
S. Responsive Web DesignS. Responsive Web Design
S. Responsive Web Designshelly3160
 
Chapter Multimedia Revolution
Chapter Multimedia RevolutionChapter Multimedia Revolution
Chapter Multimedia Revolutionshelly3160
 
Chapter 6 Graphics
Chapter 6 GraphicsChapter 6 Graphics
Chapter 6 Graphicsshelly3160
 
Chapter 8 Video
Chapter 8 VideoChapter 8 Video
Chapter 8 Videoshelly3160
 
Tweening and morphing
Tweening and morphingTweening and morphing
Tweening and morphingAmit Kapoor
 
Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...
Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...
Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...Waqas Tariq
 
Animation software by Er. Suvisha Gupta
Animation software by Er. Suvisha GuptaAnimation software by Er. Suvisha Gupta
Animation software by Er. Suvisha GuptaSuvisha Gupta
 
GhostTribeVFX-NonNDAdOriginalforShow
GhostTribeVFX-NonNDAdOriginalforShowGhostTribeVFX-NonNDAdOriginalforShow
GhostTribeVFX-NonNDAdOriginalforShowJohn curtin
 
Chapter 5 Text
Chapter 5 TextChapter 5 Text
Chapter 5 Textshelly3160
 
Introduction to animation
Introduction to animationIntroduction to animation
Introduction to animationPises Tantimala
 
Animation: The Basic Skills
Animation:  The Basic SkillsAnimation:  The Basic Skills
Animation: The Basic Skillswalkers
 

Destaque (20)

Supplement Color
Supplement ColorSupplement Color
Supplement Color
 
Chapter 10 authoring
Chapter 10 authoringChapter 10 authoring
Chapter 10 authoring
 
Chapter 2 Digital Data
Chapter 2 Digital DataChapter 2 Digital Data
Chapter 2 Digital Data
 
Chapter 4 Computer Software
Chapter 4 Computer SoftwareChapter 4 Computer Software
Chapter 4 Computer Software
 
(Computer) Animation Technique
(Computer) Animation Technique(Computer) Animation Technique
(Computer) Animation Technique
 
Supplement Web Tools
Supplement Web ToolsSupplement Web Tools
Supplement Web Tools
 
Supplement web design
Supplement web designSupplement web design
Supplement web design
 
S. Responsive Web Design
S. Responsive Web DesignS. Responsive Web Design
S. Responsive Web Design
 
Chapter Multimedia Revolution
Chapter Multimedia RevolutionChapter Multimedia Revolution
Chapter Multimedia Revolution
 
Chapter 6 Graphics
Chapter 6 GraphicsChapter 6 Graphics
Chapter 6 Graphics
 
Chapter 8 Video
Chapter 8 VideoChapter 8 Video
Chapter 8 Video
 
Tweening and morphing
Tweening and morphingTweening and morphing
Tweening and morphing
 
Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...
Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...
Inverse Kinematics Analysis for Manipulator Robot with Wrist Offset Based On ...
 
Animation software by Er. Suvisha Gupta
Animation software by Er. Suvisha GuptaAnimation software by Er. Suvisha Gupta
Animation software by Er. Suvisha Gupta
 
GhostTribeVFX-NonNDAdOriginalforShow
GhostTribeVFX-NonNDAdOriginalforShowGhostTribeVFX-NonNDAdOriginalforShow
GhostTribeVFX-NonNDAdOriginalforShow
 
Time-based Animation Games
Time-based Animation GamesTime-based Animation Games
Time-based Animation Games
 
Chapter 5 Text
Chapter 5 TextChapter 5 Text
Chapter 5 Text
 
Introduction to animation
Introduction to animationIntroduction to animation
Introduction to animation
 
Animation: The Basic Skills
Animation:  The Basic SkillsAnimation:  The Basic Skills
Animation: The Basic Skills
 
Animation Basics
Animation BasicsAnimation Basics
Animation Basics
 

Semelhante a Chapter 9 animation

Semelhante a Chapter 9 animation (20)

Chapter Nine
Chapter NineChapter Nine
Chapter Nine
 
Lec28 29 30 animation
Lec28 29 30 animationLec28 29 30 animation
Lec28 29 30 animation
 
Animation
AnimationAnimation
Animation
 
Animation LOA
Animation LOAAnimation LOA
Animation LOA
 
Multimedia
MultimediaMultimedia
Multimedia
 
How to create an Animation using Multimedia .ppt
How to create an Animation using Multimedia .pptHow to create an Animation using Multimedia .ppt
How to create an Animation using Multimedia .ppt
 
How to make an Animation in the Multimedia subject.ppt
How to make an Animation in the Multimedia subject.pptHow to make an Animation in the Multimedia subject.ppt
How to make an Animation in the Multimedia subject.ppt
 
Computer Generated Graphics
Computer Generated GraphicsComputer Generated Graphics
Computer Generated Graphics
 
Animation
AnimationAnimation
Animation
 
Animation
AnimationAnimation
Animation
 
TMD2063 | Digital Animation - Chapter 3
TMD2063 | Digital Animation - Chapter 3TMD2063 | Digital Animation - Chapter 3
TMD2063 | Digital Animation - Chapter 3
 
Animation
AnimationAnimation
Animation
 
Animation Lecture 3.pdf
Animation  Lecture 3.pdfAnimation  Lecture 3.pdf
Animation Lecture 3.pdf
 
Animation technique
Animation techniqueAnimation technique
Animation technique
 
Animation- Vedant Singh
Animation- Vedant SinghAnimation- Vedant Singh
Animation- Vedant Singh
 
Chapter.1 two- dimensional Animetion.pdf
Chapter.1  two- dimensional Animetion.pdfChapter.1  two- dimensional Animetion.pdf
Chapter.1 two- dimensional Animetion.pdf
 
Visual Effects
Visual EffectsVisual Effects
Visual Effects
 
Deepak
DeepakDeepak
Deepak
 
Multimedia And Animation
Multimedia And AnimationMultimedia And Animation
Multimedia And Animation
 
3Ds MAX
3Ds MAX3Ds MAX
3Ds MAX
 

Último

CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵anilsa9823
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️soniya singh
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxmirandajeremy200221
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...Call Girls in Nagpur High Profile
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxjeswinjees
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funneljen_giacalone
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja Nehwal
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...BarusRa
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja Nehwal
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdftbatkhuu1
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...RitikaRoy32
 

Último (20)

CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funnel
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 

Chapter 9 animation

  • 2. CHAPTER HIGHLIGHTS • Animation basics • Traditional animation techniques • 2-D animation techniques: – Keyframe – Tween – Programmed • 3-D animation: – Motion capture – Kinematics – Animating with physics • Guidelines for animation in multimedia 2
  • 3. PINNACLE OF MODERN MULTIMEDIA • Animation draws inspiration from each of the other media. • Computer is a partner in creative expression. – It lowered costs and increased ease of creating animation. – It supports creative expression through: • Interactivity • 3-D sensory experience • Embodiment and implementation of rules of behavior. 3
  • 4. ANIMATION BASICS • Animation: rapidly displayed sequence of individual, still images. • Made possible by "persistence of vision." – Images formed on the retina persist for a short period of time after stimulus has disappeared. – This physical memory of the retina produces the illusion of motion. 4
  • 5. ANIMATION BASICS • Flipbook technique – Still images showing a different stage of motion are created on each page. – Pages are "flipped" in rapid succession to view the motion. – Animation basics used in flipbook: • Quality of motion is based on rate of display. • Speed is based on differences between images. • Onionskinning: a technique used to draw new image based on the previous image. • Registration: physically aligns images with one another. 5
  • 6. TRADITIONAL ANIMATION • Film based process – Images are photographed and recorded as separate frames on long strip of transparent film. – Film passed in front of light source and animation appeared on a screen. • Film enhanced possibilities of animation. – Multiple reels allowed longer animations. – Projectors displayed images at reliable frame rates. – Animators could add sound to the motion. 6
  • 7. CHALLENGES OF TRADITIONAL ANIMATION • Number of images to create. – 24 frames per second requires 1,440 individual still images for each minute of animation. – Methods to generate images include: • Shooting on twos cuts number of images in half. • Cycle of images can be reused to extend repetitive motion. • Holds produce sequence of identical drawings to extend a particular state or action. 7
  • 8. CHALLENGES OF TRADITIONAL ANIMATION • Artistic strategies to create realistic world require: – Awareness of how things move in the world. • Ease-in and ease-out address the physics of motion. • Overshooting a resting point addresses kinetic energy of motion. • Different components of objects move independently of one another (overlapping motion). – Exaggerate motion for dramatic effect using: • Variations in speed • Stretch and squash. 8
  • 9. Traditional Techniques • Strategies for achieving motion have been applied to: – Paper cut-outs – Clay figurines – Puppets – Natural objects photographed, reposed and re-photographed. 9
  • 10. CEL ANIMATION • Perfected and made popular by Disney studios. – Cel: drawings of individual frames made on sheets of celluloid. – Drawings were then photographed to produce the animated film. • Technique that directly influenced development of digital animation. 10
  • 11. CEL ANIMATION ADVANTAGES • Artists saved drawing time. – Fixed components of a scene were drawn once and layered on the bottom of a stack of celluloid sheets. – Moving components were drawn separately and placed on top of the fixed scene components. • Gave precise control over elements. – Individual cel layers could reproduce interdependent, complex motions. 11
  • 12. CEL ANIMATION ADVANTAGES • Encouraged division of labor and promoted high artistic standards. – Master artists drew key frames or extremes. – Assistants drew the tweens. – Inkers transferred drawings from paper to celluloid. – Opaquers applied colors to the celluloid. – Additional specialists included: • Producers • Directors • Script writers • Audio specialists • Camera operators • Checkers. 12
  • 13. PRODUCING CEL ANIMATION • Cost and complexity of creating animation required a carefully defined process. – Storyboard: sequence of drawings that sketch out content of major scenes in the production. – Pencil test: series of simple sketches that are photographed and projected to test the design of the animated sequences. – Scratch track: draft of animation’s audio track. – Leica reel: working draft of the complete animation. 13
  • 14. PRODUCING CEL ANIMATION • Uses specialized equipment in production process. – Specialized paints to convey proper hue. – Specialized camera and lighting to capture cels. – Devices to: • Track changes in paths of animated characters. • Align and hold the cels for camera shots. • Synchronize and edit the final film. • Cel animation is complex, demanding, and expensive animation. – Computers dramatically improved the process. 14
  • 15. DIGITAL ANIMATION 15 2-D & 3-D Animation
  • 16. 2-D ANIMATION • Produced by mimicking basic traditional techniques such as: • Flipbook technique • Cutout animation technique • Rotoscoping • Cel animation • Paint/draw programs are used to create the components. • Animation software can sequence, set timing, transitions, and produce the final animation. 16
  • 17. DIGITAL CEL ANIMATION • Animations are a series of individual frames. – Synchronized to one or more sound tracks. – Graphics arranged on layers. – Major changes identified in keyframes. – Illusion of motion produced as series of tweens. 17
  • 18. ANIMATION SOFTWARE • Elements of Flash organization. – Timeline: horizontal row of frames. – Frames: have multiple layers in columns. • Layers have stacking order (background elements on lower layers, changing elements on upper layers) – Keyframes: define major changes in a frame. – Tweens: frames created automatically by software. – Onionskinning: assists in drawing changes from one frame to the next. 18
  • 19. ANIMATION SOFTWARE • Frame-by-frame animation: each frame is manually drawn to reflect motion sequence. – Gives detailed control of each motion. – Time consuming process. • Tween animation: computer generates in-between frames based on two designated key frames. 19 • Motion tween • Path-based tween • Shape tween (morphing) • Size tween • Color tween • Transparency tween
  • 20. ANIMATION SOFTWARE • Provide tools to support animation process. – Image-editing tools – Alignment tools and grids to control placement – Text tools – Basic sound control – Strategies to support interactivity. 20
  • 21. FLASH DEVELOPMENT SCREEN 21 Development Tools Timeline Layers contain individual elements arranged in a stacking order of background on the bottom to sound on the top layer. Keyframes and tweened sequence. Frame one on the timeline
  • 22. PROGRAMMED ANIMATION • Animators write commands and the computer generates the animation. – Requires knowledge of programming and mathematical techniques to specify motion. • Advantages: – File sizes are smaller. – Animations load and play faster. – Reduces bandwidth and processor demands. – Efficient creation of different versions of animated sequence. 22
  • 23. PROGRAMMED ANIMATION • Supports complex forms of interactivity. – Computer games take input from the user and animate the objects "on the fly." • Scripting languages frequently used to generate programmed animations: – Lingo – Actionscript – Javascript 23
  • 24. 3-D ANIMATION • Elements of 3-D animation set in motion include: – Objects – Sounds – Cameras – Lights. • Techniques are similar to 2-D animation: – Key frame – Tween motion. • Complex motion may involve using models of humans and animals. 24
  • 25. MOTION CAPTURE • Also called performance animation. – Technique of recording motion of actual objects and mapping these motions to a computer-generated animated character. – Performers have sensors to track the motion of various body parts as they create the action sequences. • Used to capture complex natural motions that are difficult to create. 25
  • 26. FORWARD KINEMATICS • Kinematics is study of motion of bodies or systems of bodies. – The motion of one part generates related motion in others. • Animator must adjust all motion in all related parts of the body. – Simple to implement. – Models easily defined. – Computer processing is minimal. – Quality of motion depends on animator's skill. – Animation is time consuming process. 26
  • 27. INVERSE KINEMATICS • Motion of one body part produces related motions in other body parts. – Simplifies animator's work and ensures consistent, realistic motion. • Software embodies the knowledge of anatomical motion. – Requires innovative programming. – Demands more processing power than forward kinematics. • Significantly reduces work of animator. 27
  • 28. ANIMATING WITH PHYSICS • Software can automatically generate motions based on properties of object and laws of physics. • Will free animators from more tedious tasks of 3-D animation and produce more realistic content. – Animators can concentrate on developing stories and characters. 28
  • 29. COMPLETING THE ANIMATION • Rendering creates the final animation frames by applying: – The modeling – Surface definition – Scene composition as specified by animator 29
  • 30. RENDERING OPTIONS • Pre-render – Requires enormous processing resources and time for animated movies. – Computer carries out complex calculations to implement the object properties, lighting, camera angles and motions. • Render in real time – Computer produces animation immediately. – Used in video games and highly interactive 3-D animations. 30 Shrek 1 in 2001 used about 5 million CPU render hours. Shrek 2 in 2004 used 10 million CPU hours Shrek 3 in 2007 used 20 million CPU hours. Shrek 1 in 2001 used about 5 million CPU render hours. Shrek 2 in 2004 used 10 million CPU hours Shrek 3 in 2007 used 20 million CPU hours.
  • 31. ANIMATION TIPS & GUIDELINES • Prepare for a learning curve. – Animation programs are more difficult to master. • Design for delivery. – Minimize file size if delivery is for Web. • Consider clip animation to reduce costs. • Consult the tradition in developing motion. – Cycles, holds, shooting on twos, tweening, stretch and squash, ease in & ease out, overshoot & overlap motion are traditional techniques. 31

Notas do Editor

  1. ( 24 frames/sec. * 60 sec/min) = 1,440 separate frames
  2. There are a number of videos of traditional Disney animations on YouTube to show in class and identify the traditional motion techniques that might be used. Goofy Gymnastics is particularly appropriate: http://www.youtube.com/watch?v=6jKzr143K8U
  3. 1st south park episode was paper cut-outs Clay figurines – anyone remember Gumby?
  4. Disney celluloids are collector items in the art world. This site is marketing the drawings, but it is useful to show students what an individual cel might involve in artistic mastery. http://www.animationsensations.com/disney_animation.html
  5. View the video on Goofy Gymnastics (see http://www.youtube.com/watch?v=6jKzr143K8U) and identify the background cel layers, the key frames, the tween frames and work done by the animation team.
  6. http://www.dreamworksanimation.com/ "Animation 101" from Dreamworks illustrates the production process for digital animation.
  7. Have students relate how the computer is used to efficiently enhance these traditional techniques.
  8. Numerous demonstrations of motion capture methods are available on YouTube. It is widely used in game development so many demos are referencing video game characters.
  9. The DVD of Shrek has several behind the scenes segments that nicely illustrate the power of IK animation. YouTube features shorter clips done in Maya: http://www.youtube.com/watch?v=6JdLOLazJJ0
  10. Source for the CPU render time: http://www.linuxjournal.com/article/9653 Students can research the size of render farms for popular animations from Pixar and Dreamworks to appreciate the number of computers required to compile the complex animation into a single digital film.