Download presentation
Presentation is loading. Please wait.
1
1 7M836 Animation & Rendering Animation Jakob Beetz J.Beetz@tue.nl Joran Jessurun A.J.Jessurun@tue.nl
2
2 Next Week Subject: Virtual Reality When: June 2 nd Where: Design Systems Lab. (Vertigo 9.16)
3
3 Animation History of cartoon and computer animation Extensive description of techniques and algorithms Rick Parent Computer Animation, Algorithms and Techniques www.cis.ohio-state.edu/~parent/book/outline.html www.cis.ohio-state.edu/~parent/book/outline.html How to make an animation Examples www.pixar.com www.pixar.com
4
4 Animation –“To give live to” –Make objects change over time according to scripted actions –By showing a sequence of fast changing images Series images (frames) –Film 24 fps –Video 30 fps=> 1 hour animation 108000 frames
5
5 What can be animated? Position and orientation of objects Geometry (shape) and scaling of objects Illumination Reflection Camera In fact, everything!
6
6 Animation process - traditional Storyboard –The story –Sequence of images with descriptions Key frames –Draw a number of important images (key frames) –Motion-based description Inbetweens –Draw the rest of the frames Painting –Redraw frames onto cels –Color them in Put animation onto film
7
7 Computer animation Computer animation pipeline –3D modeling –Motion specification –Motion simulation –Rendering –Post-processing Key framing
8
8 Keyframe animation Each “keyframe” specified by a number of key-parameters (state) Inbetweening: Interpolate these parameters
9
9 Keyframe animation For each key parameter, specify value at “important” frames Computer creates path for each parameter by interpolating this key parameter for inbetween frames
10
10 Interpolation Linear interpolation –Usually discontinuities –Not a smooth movement
11
11 Interpolation Spline interpolation –Smooth transitions –Beware of unwanted side effects
12
12 Interpolation – speed control Include velocity of interpolation –It is often more realistic to start a movement slowly, then speed up, and end it again slowly –Use speed curve Speed curve relates time with position on interpolation spline Position on interpolation spline determines interpolated key parameter value
13
13 Interpolation – speed control
14
14 Keyframing summarized Specification of key frames/parameters –Determine key parameters and their values at certain important points in time –Specify type of interpolation Specify speed curve for interpolation Computer generates inbetween frames
15
15 Animation of articulated structures Articulated structure: –Object consists of a number of (sub-)objects (links) connected by joints –Each joint is specified by at least one (key-)parameter –Movement of object described by changing parameter values
16
16 Examples of joints Constraints on joints
17
17 Articulated structure Skeleton consists of 14 joints Each joint has 2 or 3 degrees of freedom Some parameters constrained
18
18 Kinematics Kinematics is the study of movement of (hierarchical) objects –Position, orientation, velocity, acceleration –Without taking into account dynamic properties (forces) (dynamics) Forward kinematics Inverse kinematics
19
19 Forward kinematics Animator sets parameter values for joints Computer computes positions/orientations for links links:
20
20 Forward kinematics Animation by specification / interpolation of joint parameters
21
21 Forward kinematics
22
22 Forward kinematics
23
23 Forward kinematics
24
24 Kinematics What to do when animation knows the desired end- position of the (sub-)object? –E.g. to grab something?
25
25 Inverse kinematics Animator specifies position (and orientation) within scene at wich link (end-effector) has to be positioned Computer computes joint parameter values to get link at desired position: After that. computer computes positions of all links by applying these joint parameter values for all joints
26
26 Inverse kinematics
27
27 Inverse kinematics Animation by specification / interpolation of end-effector position Or animation by interpolation of joint parameter values at start and end frame
28
28 Inverse kinematics Problems –Often more than one solution Extra requirements to solution –Result not always desired path (e.g. collisions) –What to do when end-effector position specified outside operation area of object?
29
29 Inverse kinematics Inverse kinematics is also used to compute dependency of joint parameter values –E.g. for object with closed loops
30
30 Kinematics summarized Forward kinematics –Animator controls through joint parameters –Direct control over object state –Often many parameters to control Inverse kinematics –Animator controls through position/orientation end- effector –Simpler specification of movements Less parameters Better feeling for positions in scene –Complex computations
31
31 Rigid Body Simulation Rigid bodies Joints Contact and collisions Friction Springs Mechanical systems that have: Examples: BridgeRope Robot arm Vehicle Human Tower of cards
32
32 Rigid Body Simulation Physical process Model Simulation algorithm Computer program
33
33 Simulating position
34
34 Simulating rotational movement Angular velocity Torque Inertia Tensor is the angular equivalent of mass Inertia Tensor is dependent on the orientation of the body
35
35 Springs Spring Force Dampers
36
36 Collision Detecting the occurrence of collision Computing the response to those collisions
37
37 Friction Static friction Kinetic friction
38
38 Constraints Hard constraints Soft constraints Joints are constraints Point-spline constraint
39
39 Flexible objects Spring-Mass-Damper model Each vertex is a point mass Between vertices a spring Add interior springs to create stability
40
40 3D Max Reactor examples Demo1 – pencils fall out of cup Demo2 – shoot cannon ball against wall that fractures Demo3 – create box on a rope and let it swing Demo4 – create a piece of cloth, let the wind blow and drop something on it Demo5 – vehicle down a ramp and a simple roller coaster
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.