Chapter 1. Animation. 1.1 Computer animation

Size: px
Start display at page:

Download "Chapter 1. Animation. 1.1 Computer animation"

Transcription

1 Chapter 1 Animation "Animation can explain whatever the mind of man can conceive. This facility makes it the most versatile and explicit means of communication yet devised for quick mass appreciation." Walt Disney 1.1 Computer animation Animated images are almost magical in their ability to capture our imagination. By telling a whole story through the special effects, animation can bring into life a sequence of inert images with the illusion of motion. Computer animation is the art of creating moving images using computers. It is a subset of computer graphics and animation. Nowadays computer graphics mostly mean 3D computer graphics, though 2D computer graphics are still widely used for low bandwidth and faster real-time rering needs. It is also referred to as CGI (Computer-generated imagery or computergenerated imaging), especially when used in films. To create the illusion of movement, an image is displayed on the computer screen then quickly replaced by a new image that is similar to the previous image, but little bit shifted. Definition 1 ISO animation definition Animation is displaying a sequence of pictures sorted in time. This includes all possible changes causing visual effects (position, shape, color, transparency, object structure and its texture, light, camera parameters, and even rering technique). 1

2 But computer animators are still artists. It doesn t matter if they use computers or pencils, nothing replaces their creative vision. Over the past two decades, computers have opened up unimaginable possibilities for animators. The applications of computer animation ext far beyond film and television. 3-D animators help design and model industrial machines, reconstruct cultural heritage, simulate some physical situations etc. In fields like medicine and engineering, 3-D animation can help simplify and visualize complex internal processes. And computer animators are in high demand for marketing and advertising campaigns D and 3D animation D animation Commonly the 2D animation is regarded as the ancestor of 3D animation. However 2D animation is more than that. As long as animators had to create all in 2D for long time, they had to learn techniques to help the animation live. These techniques [1] contribute a great deal to computer animation by providing the tools used for bling or morphing between images, embedding graphical objects in video footage, or creating abstract patterns from mathematical equations. Figure 1.1: Keyframes of 2D animation are similar in the computer or on paper [3]. Morphing refers to animations where an image or model of one object is metamorphosed into another. Unfortunately, morphing is labor intensive because the key elements of each image must be specified by hand. Objects can also be removed from a scene. Both the processes of embedding and of removing objects are made more difficult if the camera is moving because the alteration must be consistent with the changing viewpoint. 2

3 To create abstract motion sequences are often used mathematical equations. When the values of the mathematical functions are mapped to color values and varied with time, the motion of the underlying structures can be quite beautiful. Fractals, such as the one shown in Figure1.2, are a wellknown example of functions that create attractive patterns. Figure 1.2: Julia set - fractal D animation For our research will be more important the 3D animation and its techniques. By using 3D techniques [1], the animator constructs whole virtual world in which characters and objects move and interact. Using a virtual 3D world to generate an animation involves three steps: modeling, animating, and rering. Modeling involves setting up the elements in a scene and describing each of those elements. Rering converts the description of the objects and their motion into images. Techniques for modeling and rering are, for the most part, indepent of their role in the animation process. Some modifications, however, must be made to the modeling or rering procedures if they are to be used for animation. 1.3 Online and offline animation The camera parameters, which include the position and orientation of the 3D window and the relative location of the camera, are given in the global coordinate system thus defining the viewing transformation which takes us from the world to the screen coordinate system. Both transformations can be characterized by 4x4 homogeneous matrices. Let the time-varying modelling transformation of object o be T M,o (t) and the viewing transformation be T V (t). A simplistic algorithm of the generation of an animation sequence, 3

4 assuming a built-in timer, is: Result: Algorithm of generation of animation sequences Initialize Timer(t start ); T = Read Timer; while t < t do foreach object o do Set modelling transformation T M,o = T M,o (t) ; Set viewing transformation: T V = T V (t); Generate Image; In order to provide the effect of continuous motion, a new static image should be generated at least every 60 msec. If the computer is capable of producing the sequence at such a speed, we call this real-time animation [1], since now the timer can provide real time values. With less powerful computers we are still able to generate continuous looking sequences by storing the computed image sequence on mass storage, such as a video recorder, and replaying them later. This technique, called non-real-time animation, requires the calculation of subsequent images in uniformly distributed time samples. The time gap between the samples has to exceed the load time of the image from the mass storage, and should meet the requirements of continuous motion as well. The general sequence of this type of animation is: 4

5 Result: The general sequence of real-time animation t = t start ; while t < t do foreach object o do Set modelling transformation T M,o = T M,o (t) ; Set viewing transformation: T V = T V (t); Generate Image; Store Image; t+ = δt; while t < t do Initialize Timer( t start ); t = Read Timer; Load next image; t+ = t; while t>read Timer do Wait ; 1.4 Animating methods Keyframe animation Figure 1.3: Example of a key-frame animation of ball. Traditionally [1], animation has been created by drawing images at certain 5

6 key points in the action. These images, known as key-frames, outline the motion for the sequence. Later, the images between the key-frames were filled in to complete the sequence, in a process called in-betweening mostly by another animator. In computer animation the interpolation is made by computer. The simplest form of interpolation is linear interpolation, but it often results in motion that appears jerky because the velocities of the moving objects are discontinuous. To correct this problem, better interpolation techniques, such as splines, are used to produce smoothly interpolated curves Stop-motion animation Also known as frame-by-frame animation. The punch line is to build the scene (physically or virtually in computer) and taking picture of this scene. Then the scene is rebuild to another picture and the process repeat until the whole animation is done. The results are then the changing pictures in time. The illusion of movement is made when the series of frames is played as a continuous sequence. Clay figures or toys with movable limbs are often used for their ease of repositioning. Stop motion animation using clay or plasticine is called clay animation or "clay-mation". Not every stop motion animation requires figures or models; many stop motion films can involve using humans or real environment around us, to make time-lapses for instance. With stopmotion technique one of the best animated movies were made - Coraline, Journey to the Beginning of Time or famous bed-time story Pat and Mat. Figure 1.4: Example of producing the stop motion animation Motion capture A motion capture [1] employs special sensors, called trackers, to record the motion of a real performer (human, animal). The recorded data is then used to generate the motion for a modelled object animation. Alternatively, special puppets with joint angle sensors can be used in place of a human 6

7 performer. Motion capture belongs to very popular techniques because of the relative ease with which many human motions can be recorded. However, it is not an ideal solution for all applications because of a number of problems. First, accurately measuring the motion of the human body is tricky because trackers attached to skin or clothing shift as the performer moves, creating errors in the recorded data. Furthermore, it is good if the actor has approximately the same dimension as the modelled object, elsewhere the animation may have noticeable flaws. Figure 1.5: Illustration of how the motion capture works - The Polar Express. The technology used for motion capture makes it difficult to capture some motions. One class of sensors are magnetic, so it creates noise in the data. Another class of sensors requires that the actor should be connected to the computer by a cable and that s restricting the actor s motion. And finally all sensing technologies have a relatively small field of view nowadays, which limits the kinds of actions that can be captured. In spite of these difficulties, motion capture is widely used. Much of the motion found in commercial animation is generated by using captured data and tweaking the results by hand Procedural methods These techniques are called procedural methods because a computer procedurally follows the steps in an algorithm to generate the motion. Procedural methods have two main advantages over keyframing techniques: they make it easy to generate a family of similar motions, and they can be used for systems that would be too complex to animate by hand, such as particle systems or flexible surfaces. 7

8 Physically based simulation refers to a class of procedural methods that makes use of the laws of physics, or an approximation to those laws, to generate motion. Simulated motion is inherently realistic and for many applications that is an advantage. Unfortunately, building a new simulation is sometimes a difficult process requiring an in-depth understanding of the relevant physical laws. Once a simulation has been designed, however, an animator may use it without knowing how the internals of the simulation function. Figure 1.6: Procedural modelled and animated minions in Despicable me. Procedural methods can also be used to generate motion for groups of objects that move together. Flocks of birds, schools of fish, herds of animals, or crowds of people are all situations where algorithms for group behaviours can be used. In Walt Disney s animated version of The Hunchback of Notre Dame most of the crowd scenes, or in the Despicable me movie whole crowd of minions were animated using procedural animation. This animated film is particularly impressive because computer and hand animation are seamlessly combined to create very detailed scenes. 1.5 Animation Production Computer animation production [2] has borrowed most of the ideas from conventional animation production. The terms used in the animation production comes from film production in general. This refers to the entire piece under production. The major parts of the animations are the acts. An act is an episode within the animation and is usually identified by an associated inscenation. An animation usually has not more than a dozen acts. An act is divided into several scenes. A scene describes one venue of continuous action. A scene is broken down in one or more shots. A shot is a continuous camera recording. A shot consists of the individual frames of film. The production of animation follows this pattern. First, a preliminary story is decided on and then a storyboard is developed, which means to 8

9 sketch the most representative frame of every scene (keyframe) and write an explanation to it. Figure 1.7: Trial of the storyboard of Last witch Then the detailed story is worked out which identifies the actions involved in more detail. Then the keyframes are identified and produced by master animators. In computer animation there is usually a strict distinction between the creation of the models, the specification of motion, and the rering process. In conventional animation, the model building, motion specification, and rering are really all the same thing. Now a test shot comes. It is a short sequence rered in full color to further test the rering and motion techniques. A test shot in computer animation is usually a high quality rering of a highly detailed model to see a single frame of the final product. Place-holder cubes can be rered in wire frame to present the gross motion of rigid bodies in space and to see spacial and termporal relationships among objects. Solids of revolution objects l themselves quite well to allowing for three, four or five levels of detail for a given model. Also, smooth shading, texture mapping, specular reflection and solid texturing can all be options presented to the animator for a given run. To simplify motion control, for example, simple interpolation between poses may be used instead of inverse dynamics. 9

10 Bibliography [1] J. K. HODGINS and J. F. O BRIAN. Computer Animation. part of Encyclopedia of computer graphics, [2] R. PARENT. Computer Animation: Algorithms and Techniques. Elsevier, ISBN [3] Animation Tutorials. Animation tutorials,

College of Computing and Graphics, Visualization, and Usability Center. Georgia Institute of Technology. Atlanta, GA 30332-0280

College of Computing and Graphics, Visualization, and Usability Center. Georgia Institute of Technology. Atlanta, GA 30332-0280 Computer Animation Jessica K. Hodgins and James F. O'Brien College of Computing and Graphics, Visualization, and Usability Center Georgia Institute of Technology Atlanta, GA 30332-0280 [jkhjobrienj]@cc.gatech.edu

More information

The 3D rendering pipeline (our version for this class)

The 3D rendering pipeline (our version for this class) The 3D rendering pipeline (our version for this class) 3D models in model coordinates 3D models in world coordinates 2D Polygons in camera coordinates Pixels in image coordinates Scene graph Camera Rasterization

More information

Introduction to. With Slides from Dongho Kim and Karen Liu. School of Media @ Computer Soongsil University Animation. Computer Animation

Introduction to. With Slides from Dongho Kim and Karen Liu. School of Media @ Computer Soongsil University Animation. Computer Animation Introduction to With Slides from Dongho Kim and Karen Liu School of Media @ Computer Soongsil University Animation Where are s? Movies Star Wars, Toy Story, Titanic, many more Real-performance driven animation

More information

College of Computing and Graphics, Visualization, and Usability Center. Georgia Institute of Technology. Atlanta, GA 30332-0280

College of Computing and Graphics, Visualization, and Usability Center. Georgia Institute of Technology. Atlanta, GA 30332-0280 Computer Animation Jessica K. Hodgins, James F. O'Brien, and Robert E. Bodenheimer, Jr. College of Computing and Graphics, Visualization, and Usability Center Georgia Institute of Technology Atlanta, GA

More information

How To Make Animation From Scratch

How To Make Animation From Scratch The Animated Film Key Concepts What is an animated film? Different from live action at the production stage Live action = an ongoing action is shot in real time Animated film = images are shot one frame

More information

Computer Animation. CS 445/645 Fall 2001

Computer Animation. CS 445/645 Fall 2001 Computer Animation CS 445/645 Fall 2001 Let s talk about computer animation Must generate 30 frames per second of animation (24 fps for film) Issues to consider: Is the goal to replace or augment the artist?

More information

Fundamentals of Computer Animation

Fundamentals of Computer Animation Fundamentals of Computer Animation Production Pipeline page 1 Producing an Animation page 2 Producing an Animation 3DEM Flybys http://www.visualizationsoftware.com/3dem/flybys.html page 3 Producing an

More information

C O M P U C O M P T U T E R G R A E R G R P A H I C P S Computer Animation Guoying Zhao 1 / 66 /

C O M P U C O M P T U T E R G R A E R G R P A H I C P S Computer Animation Guoying Zhao 1 / 66 / Computer Animation Guoying Zhao 1 / 66 Basic Elements of Computer Graphics Modeling construct the 3D model of the scene Rendering Render the 3D model, compute the color of each pixel. The color is related

More information

Develop Computer Animation

Develop Computer Animation Name: Block: A. Introduction 1. Animation simulation of movement created by rapidly displaying images or frames. Relies on persistence of vision the way our eyes retain images for a split second longer

More information

Fundamentals of Computer Animation

Fundamentals of Computer Animation Fundamentals of Computer Animation Principles of Traditional Animation How to create maximum impact page 1 How to create maximum impact Early animators worked from scratch to analyze and improve upon silence

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT COMPUTER ANIMATION D/601/7658 LEVEL 3 UNIT 14 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 COMPUTER ANIMATION D/601/7658

More information

M2: Animation Techniques

M2: Animation Techniques M2: Animation Techniques This module is divided into the following topics: Animation Techniques, on page 24 Activity 1: Research a New Animation Technique, on page 31 Animate Pro 2 - Student Workbook Animation

More information

COMP 150-04 Visualization. Lecture 15 Animation

COMP 150-04 Visualization. Lecture 15 Animation COMP 150-04 Visualization Lecture 15 Animation History of animation The function of animation Illustrate steps of a complex process Illustrate cause and effect, context Show trends over time, tell a story

More information

Interactive Computer Graphics

Interactive Computer Graphics Interactive Computer Graphics Lecture 18 Kinematics and Animation Interactive Graphics Lecture 18: Slide 1 Animation of 3D models In the early days physical models were altered frame by frame to create

More information

MODELING AND ANIMATION

MODELING AND ANIMATION UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION B M M C (2011 Admission Onwards) VI Semester Core Course MODELING AND ANIMATION QUESTION BANK 1. 2D Animation a) Wire Frame b) More than two Dimension

More information

Animation (-4, -2, 0 ) + (( 2, 6, -4 ) - (-4, -2, 0 ))*.75 = (-4, -2, 0 ) + ( 6, 8, -4)*.75 = (.5, 4, -3 ).

Animation (-4, -2, 0 ) + (( 2, 6, -4 ) - (-4, -2, 0 ))*.75 = (-4, -2, 0 ) + ( 6, 8, -4)*.75 = (.5, 4, -3 ). Animation A Series of Still Images We Call Animation Animation needs no explanation. We see it in movies and games. We grew up with it in cartoons. Some of the most popular, longest-running television

More information

Republic Polytechnic School of Information and Communications Technology C391 Animation and Visual Effect Automation.

Republic Polytechnic School of Information and Communications Technology C391 Animation and Visual Effect Automation. Republic Polytechnic School of Information and Communications Technology C391 Animation and Visual Effect Automation Module Curriculum This document addresses the content related abilities, with reference

More information

Maya 2014 Basic Animation & The Graph Editor

Maya 2014 Basic Animation & The Graph Editor Maya 2014 Basic Animation & The Graph Editor When you set a Keyframe (or Key), you assign a value to an object s attribute (for example, translate, rotate, scale, color) at a specific time. Most animation

More information

animation shape specification as a function of time

animation shape specification as a function of time animation 1 animation shape specification as a function of time 2 animation representation many ways to represent changes with time intent artistic motion physically-plausible motion efficiency typically

More information

CATALOG 2010. visit : www.rainbowsolutions.org

CATALOG 2010. visit : www.rainbowsolutions.org CATALOG 2010 visit : www.rainbowsolutions.org LEARN ARTS, CRAFTS & DRAWING BASICS : 20 Hr. Art is not a product arrived at through following directions, copying, or conforming to a given model. Art is

More information

Understand career planning in a digital media environment.

Understand career planning in a digital media environment. Objec&ve 201.01 Understand career planning in a digital media environment. Course Weight : 5% 1 Careers in Digital Media Skills and knowledge in the digital media field can be applied to a wide variety

More information

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. M.Sc. in Advanced Computer Science. Friday 18 th January 2008.

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. M.Sc. in Advanced Computer Science. Friday 18 th January 2008. COMP60321 Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE M.Sc. in Advanced Computer Science Computer Animation Friday 18 th January 2008 Time: 09:45 11:45 Please answer any THREE Questions

More information

MT. DIABLO UNIFIED SCHOOL DISTRICT COURSE OF STUDY

MT. DIABLO UNIFIED SCHOOL DISTRICT COURSE OF STUDY COURSE TITLE: ANIMATION I COURSE NUMBER: 4435 CBEDS NUMBER: 2908 DEPARTMENT: Visual Arts or Visual and Performing Arts LENGTH OF COURSE: One Year CREDITS PER SEMESTER: 5 GRADE LEVEL(S): 10-12 REQUIRED

More information

CG T17 Animation L:CC, MI:ERSI. Miguel Tavares Coimbra (course designed by Verónica Orvalho, slides adapted from Steve Marschner)

CG T17 Animation L:CC, MI:ERSI. Miguel Tavares Coimbra (course designed by Verónica Orvalho, slides adapted from Steve Marschner) CG T17 Animation L:CC, MI:ERSI Miguel Tavares Coimbra (course designed by Verónica Orvalho, slides adapted from Steve Marschner) Suggested reading Shirley et al., Fundamentals of Computer Graphics, 3rd

More information

animation animation shape specification as a function of time

animation animation shape specification as a function of time animation animation shape specification as a function of time animation representation many ways to represent changes with time intent artistic motion physically-plausible motion efficiency control typically

More information

Animation. Persistence of vision: Visual closure:

Animation. Persistence of vision: Visual closure: Animation Persistence of vision: The visual system smoothes in time. This means that images presented to the eye are perceived by the visual system for a short time after they are presented. In turn, this

More information

Chapter 1. Introduction. 1.1 The Challenge of Computer Generated Postures

Chapter 1. Introduction. 1.1 The Challenge of Computer Generated Postures Chapter 1 Introduction 1.1 The Challenge of Computer Generated Postures With advances in hardware technology, more powerful computers become available for the majority of users. A few years ago, computer

More information

CHAPTER 6 TEXTURE ANIMATION

CHAPTER 6 TEXTURE ANIMATION CHAPTER 6 TEXTURE ANIMATION 6.1. INTRODUCTION Animation is the creating of a timed sequence or series of graphic images or frames together to give the appearance of continuous movement. A collection of

More information

Graphics. Computer Animation 고려대학교 컴퓨터 그래픽스 연구실. kucg.korea.ac.kr 1

Graphics. Computer Animation 고려대학교 컴퓨터 그래픽스 연구실. kucg.korea.ac.kr 1 Graphics Computer Animation 고려대학교 컴퓨터 그래픽스 연구실 kucg.korea.ac.kr 1 Computer Animation What is Animation? Make objects change over time according to scripted actions What is Simulation? Predict how objects

More information

Lesson Plan. Performance Objective: Upon completion of this assignment, the student will be able to identify the Twelve Principles of Animation.

Lesson Plan. Performance Objective: Upon completion of this assignment, the student will be able to identify the Twelve Principles of Animation. Lesson Plan Course Title: Animation Session Title: The Twelve Principles of Animation Lesson Duration: Approximately two 90-minute class periods Day One View and discuss The Twelve Principles of Animation

More information

New Media production week 9

New Media production week 9 New Media production week 9 How to Make an Digital Animation poonpong@gmail.com Hardware PC or Mac with high resolution graphics and lots of RAM Peripherals such as graphics tablet Digital Camera (2D,

More information

Course Overview. CSCI 480 Computer Graphics Lecture 1. Administrative Issues Modeling Animation Rendering OpenGL Programming [Angel Ch.

Course Overview. CSCI 480 Computer Graphics Lecture 1. Administrative Issues Modeling Animation Rendering OpenGL Programming [Angel Ch. CSCI 480 Computer Graphics Lecture 1 Course Overview January 14, 2013 Jernej Barbic University of Southern California http://www-bcf.usc.edu/~jbarbic/cs480-s13/ Administrative Issues Modeling Animation

More information

CS 4204 Computer Graphics

CS 4204 Computer Graphics CS 4204 Computer Graphics Computer Animation Adapted from notes by Yong Cao Virginia Tech 1 Outline Principles of Animation Keyframe Animation Additional challenges in animation 2 Classic animation Luxo

More information

Project 2: Character Animation Due Date: Friday, March 10th, 11:59 PM

Project 2: Character Animation Due Date: Friday, March 10th, 11:59 PM 1 Introduction Project 2: Character Animation Due Date: Friday, March 10th, 11:59 PM The technique of motion capture, or using the recorded movements of a live actor to drive a virtual character, has recently

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

Clay Animation A Interdisciplinary Lesson

Clay Animation A Interdisciplinary Lesson Clay animation combines the high tech equipment kids love to use with their ageless, timeless love for the tactile qualities of clay. It encourages teamwork and gives students the opportunity to learn

More information

Digital 3D Animation

Digital 3D Animation Elizabethtown Area School District Digital 3D Animation Course Number: 753 Length of Course: 1 semester 18 weeks Grade Level: 11-12 Elective Total Clock Hours: 120 hours Length of Period: 80 minutes Date

More information

Blender 3D Animation

Blender 3D Animation Bachelor Maths/Physics/Computer Science University Paris-Sud Digital Imaging Course Blender 3D Animation Christian Jacquemin Introduction to Computer Animation Animation Basics animation consists in changing

More information

City University of Hong Kong. Information on a Course offered by School of Creative Media with effect from Semester A in 2012 / 2013

City University of Hong Kong. Information on a Course offered by School of Creative Media with effect from Semester A in 2012 / 2013 City University of Hong Kong Information on a Course offered by School of Creative Media with effect from Semester A in 2012 / 2013 Part I Course Title: Animation II Course Code: SM3605 Course Duration:

More information

The Fundamental Principles of Animation

The Fundamental Principles of Animation Tutorial #11 Prepared by Gustavo Carneiro This tutorial was based on the Notes by P. Coleman, on the web-page http://www.comet-cartoons.com/toons/3ddocs/charanim/, and on the paper Principles of Traditional

More information

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan

Animation Overview of the Industry Arts, AV, Technology, and Communication. Lesson Plan Animation Overview of the Industry Arts, AV, Technology, and Communication Lesson Plan Performance Objective Upon completion of this assignment, the student will have a better understanding of career and

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 torsten@sfu.ca www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics

More information

Production Design / Art Direction. TV Animation / Shorts

Production Design / Art Direction. TV Animation / Shorts 12 Head of 14 Head of Animation Studio 16 Top Creative Story Generates and develops story ideas, sequences, storyboards, elements and enhancements throughout production. TV Animation / Shorts Manages the

More information

NORTHERN VALLEY SCHOOLS Office of Curriculum and Instruction Technology Education Department Demarest and Old Tappan HYPERMEDIA II GRADES 10 12

NORTHERN VALLEY SCHOOLS Office of Curriculum and Instruction Technology Education Department Demarest and Old Tappan HYPERMEDIA II GRADES 10 12 NORTHERN VALLEY SCHOOLS Office of Curriculum and Instruction Technology Education Department Demarest and Old Tappan HYPERMEDIA II GRADES 10 12 Philosophy Statement...2 UNIT I Computer Use Policy, Plagiarism

More information

View-Dependent Character Animation

View-Dependent Character Animation View-Dependent Character Animation Parag Chaudhuri, Prem Kalra and Subhashis Banerjee View-Dependent Character Animation Springer Parag Chaudhuri Prem Kalra Subhashis Banerjee Department of Computer Science

More information

The Thinking of Animation: Conflict of 3D and 2D. Shih-Ting Tsai, Ming-Hsiu Mia Chen Tatung University, Taiwan

The Thinking of Animation: Conflict of 3D and 2D. Shih-Ting Tsai, Ming-Hsiu Mia Chen Tatung University, Taiwan The Thinking of Animation: Conflict of 3D and 2D Shih-Ting Tsai, Ming-Hsiu Mia Chen Tatung University, Taiwan 0180 The Asian Conference on Ethics, Religion & Philosophy 2013 2013 Abstract The computer

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine The Blender Game Engine This week we will have an introduction to the Game Engine build

More information

Motion Capture Technologies. Jessica Hodgins

Motion Capture Technologies. Jessica Hodgins Motion Capture Technologies Jessica Hodgins Motion Capture Animation Video Games Robot Control What games use motion capture? NBA live PGA tour NHL hockey Legends of Wrestling 2 Lords of Everquest Lord

More information

Chapter 3: Animation. Creating Frames and Keyframes. After completing this module, you ll be able to:

Chapter 3: Animation. Creating Frames and Keyframes. After completing this module, you ll be able to: AIM Your Project with Flash: Chapter 3 - Animation 47 Chapter 3: Animation After completing this module, you ll be able to: create, comment, and use frames and keyframes. distinguish types of Flash animation.

More information

Customer Success Story

Customer Success Story Client: Industry: Products: Akama Studio Animation & VFX V-Ray for ds Max October 011 Working with V-Ray has changed our way of conceiving images. In an industry where clients demand ever more beautiful

More information

CS 4300 Computer Graphics. Prof. Harriet Fell Fall 2012 Lecture 33 November 26, 2012

CS 4300 Computer Graphics. Prof. Harriet Fell Fall 2012 Lecture 33 November 26, 2012 CS 4300 Computer Graphics Prof. Harriet Fell Fall 2012 Lecture 33 November 26, 2012 1 Today s Topics Animation 2 Static to Animated we have mostly created static scenes except when we applied affine transformations

More information

How To Become An Animation Artist

How To Become An Animation Artist A Guide to Career Options: What Can I do with a Bachelor s Degree in Animation? Animation Careers 3D Modelers FX Artist Multimedia Instructional Designer 3D Tracker Game Artists and Designers Production

More information

The Animation Production Process. by Randy Gossman

The Animation Production Process. by Randy Gossman by Randy Gossman Animation is a media staple. One would be hard pressed to watch television, see a movie or visit a website without encountering it. Sometimes it s just a word moving across a webpage.

More information

Course Syllabus. Tuesday 4 pm to 5 pm & Thursday 4 to 5 pm

Course Syllabus. Tuesday 4 pm to 5 pm & Thursday 4 to 5 pm Course Syllabus Course Information: Course Title IAT 343: Animation (Spring 2012) Time & Location Lecture (Rm 2600): Tuesday 6:30 pm to 7:50 pm Lab (Rm 3140): D101: Wednesday 2:30 3:50 pm D102: Wednesday

More information

Our One-Year 3D Animation Program is a comprehensive training in 3D using Alias

Our One-Year 3D Animation Program is a comprehensive training in 3D using Alias 1 YEAR 3D ANIMATION Illusion is the first of all pleasures Oscar Wilde Our One-Year 3D Animation Program is a comprehensive training in 3D using Alias Oscar Winning software, Maya, the industry standard

More information

Peggy Southerland Coordinator, Animation Department Regent University

Peggy Southerland Coordinator, Animation Department Regent University Peggy Southerland Coordinator, Animation Department Regent University What can you do with an Animation Degree? What can you do with an Animation Degree? 1. Product Commercials What can you do with an

More information

Programme 3: Get Creative with IT

Programme 3: Get Creative with IT BROADCAST DATES BBC2 10.30-10.50AM Programme Title Broadcast Date 3 - Get Creative with IT Tuesday 17th May 2005 4 - IT Changing Lives Tuesday 24th May 2005 PROGRAMME 3: Get Creative with IT This is a

More information

Course Description. CENG 732 Computer Animation. Course Objectives. Lecture Time/Place. Prerequisites. Textbook

Course Description. CENG 732 Computer Animation. Course Objectives. Lecture Time/Place. Prerequisites. Textbook Course Description CENG 732 Computer Animation Spring 2006-2007 http://www.ceng.metu.edu.tr/~tcan/ceng732/ metu.ceng.course.732 Main techniques covered in this course include: Keyframing, story-boarding,

More information

3D DESIGN // 3D ANIMATION YES, WE DO VISUALIZING REALITY

3D DESIGN // 3D ANIMATION YES, WE DO VISUALIZING REALITY 3D DESIGN // 3D ANIMATION YES, WE DO VISUALIZING REALITY 3D DESIGN RENDERINGS AND ANIMATIONS A NEW PHOTOREALISM 3D visualizations and animations provide opportunities that can barely be achieved with conventional

More information

COURSE OUTLINE REVISED SPRING 2008

COURSE OUTLINE REVISED SPRING 2008 COURSE OUTLINE REVISED SPRING 2008 DMA140 Course Number Interactive Web Animation Course Title 3 1 lecture/ 4 studio hours Credits Catalog description: Hours: lecture/laboratory/other (specify) Introduction

More information

B.A IN GRAPHIC DESIGN

B.A IN GRAPHIC DESIGN COURSE GUIDE B.A IN GRAPHIC DESIGN GRD 126 COMPUTER GENERATED GRAPHIC DESIGN I UNIVERSITY OF EDUCATION, WINNEBA DEPARTMENT OF GRAPHIC DESIGN Copyright Acknowledgements The facilitating agent of the course

More information

Teaching Methodology for 3D Animation

Teaching Methodology for 3D Animation Abstract The field of 3d animation has addressed design processes and work practices in the design disciplines for in recent years. There are good reasons for considering the development of systematic

More information

DAE - ANIMATION FILM MAKING -

DAE - ANIMATION FILM MAKING - DAE - ANIMATION FILM MAKING - PRODUCT NOTE (Effective from September 09) *Available at select Arena Animation centers only Animation Animation means, literally, to breathe life into some thing. A transformation

More information

Particles, Flocks, Herds, Schools

Particles, Flocks, Herds, Schools CS 4732: Computer Animation Particles, Flocks, Herds, Schools Robert W. Lindeman Associate Professor Department of Computer Science Worcester Polytechnic Institute gogo@wpi.edu Control vs. Automation Director's

More information

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene. Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.

More information

Certificate Courses in Animation

Certificate Courses in Animation UNIVERSITY OF PUNE Certificate Courses in Animation 1) Certificate Course in Animation using Flash 2) Certificate Course in Animation Using Photoshop 3) Certificate Course of Animation using Maya (To be

More information

Visual Rhetoric/Visual Literacy: Writing About Film

Visual Rhetoric/Visual Literacy: Writing About Film h t t p : / / u w p. a a s. d u k e. e d u / w s t u d i o Visual Rhetoric/Visual Literacy: Writing About Film This handout discusses ways to approach film as a visual medium. It offers suggestions for

More information

Working With Animation: Introduction to Flash

Working With Animation: Introduction to Flash Working With Animation: Introduction to Flash With Adobe Flash, you can create artwork and animations that add motion and visual interest to your Web pages. Flash movies can be interactive users can click

More information

EMBEDDING VISUAL EFFECTS IN 3D ANIMATED ENVIRONMENT DESIGN FOR SHORT MOVIE. Zahari Hamidon Kong Ho Abdullah Mohd Noor

EMBEDDING VISUAL EFFECTS IN 3D ANIMATED ENVIRONMENT DESIGN FOR SHORT MOVIE. Zahari Hamidon Kong Ho Abdullah Mohd Noor EMBEDDING VISUAL EFFECTS IN 3D ANIMATED ENVIRONMENT DESIGN FOR SHORT MOVIE Zahari Hamidon Kong Ho Abdullah Mohd Noor ABSTRACT Visual effects are commonly referred to as Visual F/X or VFX, which comprise

More information

Lesson 3: Behind the Scenes with Production

Lesson 3: Behind the Scenes with Production Lesson 3: Behind the Scenes with Production Overview: Being in production is the second phase of the production process and involves everything that happens from the first shot to the final wrap. In this

More information

3D Animation Graphic Designer

3D Animation Graphic Designer Goal of the program The training program aims to develop the trainee to get him to the level of professional and creative in designing models three-dimensional and move with all respect to this art and

More information

How to rotoscope in Adobe After Effects

How to rotoscope in Adobe After Effects Adobe After Effects CS6 Project 6 guide How to rotoscope in Adobe After Effects Rotoscoping is an animation technique in which you draw, paint, or add other visual effects in a layer over live-action film

More information

How To Analyze Ball Blur On A Ball Image

How To Analyze Ball Blur On A Ball Image Single Image 3D Reconstruction of Ball Motion and Spin From Motion Blur An Experiment in Motion from Blur Giacomo Boracchi, Vincenzo Caglioti, Alessandro Giusti Objective From a single image, reconstruct:

More information

Cork Education and Training Board. Programme Module for. 3 Dimensional Computer Graphics. Leading to. Level 5 FETAC

Cork Education and Training Board. Programme Module for. 3 Dimensional Computer Graphics. Leading to. Level 5 FETAC Cork Education and Training Board Programme Module for 3 Dimensional Computer Graphics Leading to Level 5 FETAC 3 Dimensional Computer Graphics 5N5029 3 Dimensional Computer Graphics 5N5029 1 Version 3

More information

Computer Animation. to life. It has the magic of injecting energy and emotions into the most seemingly

Computer Animation. to life. It has the magic of injecting energy and emotions into the most seemingly Computer Animation It will not be an exaggeration to say that animation can bring the dullest of the features to life. It has the magic of injecting energy and emotions into the most seemingly inanimate

More information

Computer Game and Animation Past, Present, and Future

Computer Game and Animation Past, Present, and Future Computer Game and Animation Past, Present, and Future Computation Based Computer Game and Animation Past, Present, and Future Has gameplay, a pattern defined though a set of rules Changing objects over

More information

Computers in Film Making

Computers in Film Making Computers in Film Making Snow White (1937) Computers in Film Making Slide 1 Snow White - Disney s Folly Moral: Original Budget $250,000 Production Cost $1,488,422 Frames 127,000 Production time 3.5 years

More information

DIGITAL MEDIA ARTS. DMA 225 Computer Animation 1. 3 1 lecture/4 studio hours Hours: lecture/laboratory/other (specify)

DIGITAL MEDIA ARTS. DMA 225 Computer Animation 1. 3 1 lecture/4 studio hours Hours: lecture/laboratory/other (specify) COURSE OUTLINE DIGITAL MEDIA ARTS DMA 225 Computer Animation 1 Course Number Course Title 3 1 lecture/4 studio hours Credits Hours: lecture/laboratory/other (specify) Catalog description: Using 3-D animation

More information

Today. Keyframing. Procedural Animation. Physically-Based Animation. Articulated Models. Computer Animation & Particle Systems

Today. Keyframing. Procedural Animation. Physically-Based Animation. Articulated Models. Computer Animation & Particle Systems Today Computer Animation & Particle Systems Some slides courtesy of Jovan Popovic & Ronen Barzel How do we specify or generate motion? Keyframing Procedural Animation Physically-Based Animation Forward

More information

STOP MOTION. Recommendations:

STOP MOTION. Recommendations: STOP MOTION Stop motion is a powerful animation technique that makes static objects appear to be moving. Creating stop motion draws attention to placement, framing, direction and speed of movement. There

More information

Computer Animation in Future Technologies

Computer Animation in Future Technologies Computer Animation in Future Technologies Nadia Magnenat Thalmann MIRALab, University of Geneva Daniel Thalmann Computer Graphics Lab, Swiss Federal Institute of Technology Abstract In this introductory

More information

The Art Institute of Philadelphia Catalog Addendum GAME ART & DESIGN

The Art Institute of Philadelphia Catalog Addendum GAME ART & DESIGN The Art Institute of Philadelphia Catalog Addendum GAME ART & DESIGN See AiPrograms.info for program duration, tuition, fees, and other costs, median debt, federal salary data, alumni success, and other

More information

Logistics. Projects. Announcement. Animation pipeline. Plan for today. Animation Pipeline, Principles, Tools. Test e-mail. Test file in mycourses

Logistics. Projects. Announcement. Animation pipeline. Plan for today. Animation Pipeline, Principles, Tools. Test e-mail. Test file in mycourses Logistics, Principles, Tools Test e-mail Anyone not get it? Test file in mycourses Anyone have problems Announcement Animator KAREN AQUA at RIT Tuesday, March 18 th (tomorrow) 6-9 pm Carlson Auditorium

More information

Goldsmiths, University of London. Computer Animation. Goldsmiths, University of London

Goldsmiths, University of London. Computer Animation. Goldsmiths, University of London Computer Animation Goldsmiths, University of London Computer Animation Introduction Computer animation is about making things move, a key part of computer graphics. In film animations are created off-line,

More information

The 3D Animation Process at Framework Media

The 3D Animation Process at Framework Media 7 Welsh Road Sutton, MA 01590 PHONE: 508.865.7060 FAX: 508.714.2287 WEB: http://www.frameworkmedia.com The 3D Animation Process at Framework Media Thank you for your interest in technical animation and

More information

FAV-5130-01 CMPTR ANIMATION: INSTRUCTOR GINA KAMENTSKY

FAV-5130-01 CMPTR ANIMATION: INSTRUCTOR GINA KAMENTSKY COURSE INFORMATION: Thursday 01:10PM - 06:10PM, Auditorium, Room 525 Instructor email: gkaments@risd.edu Class Website: Pixeltoon.com In addition to computer assisted animation (using a computer to shoot

More information

ACE: After Effects CS6

ACE: After Effects CS6 Adobe Training Services Exam Guide ACE: After Effects CS6 Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as

More information

Computer Animation and Visualisation. Lecture 1. Introduction

Computer Animation and Visualisation. Lecture 1. Introduction Computer Animation and Visualisation Lecture 1 Introduction 1 Today s topics Overview of the lecture Introduction to Computer Animation Introduction to Visualisation 2 Introduction (PhD in Tokyo, 2000,

More information

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software. Alphacam Art Alphacam Art - CNC Routing For Artists & Ideal Jewellery Cad Cam Software Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

More information

Computer Animation. Jason Lawrence CS 4810: Graphics

Computer Animation. Jason Lawrence CS 4810: Graphics Computer Animation Jason Lawrence CS 4810: Graphics Acknowledgment: slides by Misha Kazhdan, Allison Klein, Tom Funkhouser, Adam Finkelstein and David Dobkin Overview Some early animation history o http://web.inter.nl.net/users/anima/index.htm

More information

CS130 - Intro to computer graphics. Dr. Victor B. Zordan vbz@cs.ucr.edu www.cs.ucr.edu/~vbz. Objectives

CS130 - Intro to computer graphics. Dr. Victor B. Zordan vbz@cs.ucr.edu www.cs.ucr.edu/~vbz. Objectives CS130 - Intro to computer graphics Dr. Victor B. Zordan vbz@cs.ucr.edu www.cs.ucr.edu/~vbz Objectives Explore basics of computer graphics Survey application areas Today, brief introduction to graphics

More information

Unit in brief. Unit introduction. Learning aims. Level: 1 Unit type: Sector (Digital Media) Guided learning hours: 40

Unit in brief. Unit introduction. Learning aims. Level: 1 Unit type: Sector (Digital Media) Guided learning hours: 40 Unit DM9: Creating an animation Level: 1 Unit type: Sector (Digital Media) Guided learning hours: 40 Unit in brief Learners will develop the skills they needed for animation pre-production, production

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

Introduction to Computer Graphics. Reading: Angel ch.1 or Hill Ch1.

Introduction to Computer Graphics. Reading: Angel ch.1 or Hill Ch1. Introduction to Computer Graphics Reading: Angel ch.1 or Hill Ch1. What is Computer Graphics? Synthesis of images User Computer Image Applications 2D Display Text User Interfaces (GUI) - web - draw/paint

More information

Mocap in a 3D Pipeline

Mocap in a 3D Pipeline East Tennessee State University Digital Commons @ East Tennessee State University Undergraduate Honors Theses 5-2014 Mocap in a 3D Pipeline Logan T. Maides Follow this and additional works at: http://dc.etsu.edu/honors

More information

Advanced Diploma of Screen - 3D Animation and VFX (10343NAT)

Advanced Diploma of Screen - 3D Animation and VFX (10343NAT) The Academy of Interactive Entertainment 2013 Advanced Diploma of Screen - 3D Animation and VFX (10343NAT) Subject Listing Online Campus 0 Page Contents 3D Art Pipeline...2 Modelling, Texturing and Game

More information

Film and Television. Film and Television 299

Film and Television. Film and Television 299 Film and Television 299 Film and Television Degree Associate in Arts Degree, Film Production Program Description Film is a universally recognized medium that has a profound impact on how we view the world

More information

NORCO COLLEGE SLO to PLO MATRIX PLOs

NORCO COLLEGE SLO to PLO MATRIX PLOs SLO to PLO MATRX CERTF CATE/ Game Art: 3D Animation NAS686/NCE686 PROGR AM: ART-17: Beginning Drawing dentify and employ proper use of a variety of drawing materials. dentify, define, and properly use

More information

PROGRAM OUTLINE 2015 - PAGE 1

PROGRAM OUTLINE 2015 - PAGE 1 PROGRAM OUTLINE 2015 - PAGE 1 MODULE 1 (8 WEEKS) INTRO TO 3D MODELING WITH MAYA An introduction on how to begin building and manipulating objects in 3D Space. DRAWING BASICS Here we will learn drawing

More information