html5-img
1 / 7

CAT Project (Computer Aided Tweening)

CAT Project (Computer Aided Tweening). Andrew Yurovchak. What the hell’s tweening?. Comes from the term in-betweening, the process by which an intermediate frame of animation is created by using two “key frames” (usually drawn by the head artist) as references to create smoother animation.

luana
Télécharger la présentation

CAT Project (Computer Aided Tweening)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CAT Project(Computer Aided Tweening) Andrew Yurovchak

  2. What the hell’s tweening? • Comes from the term in-betweening, the process by which an intermediate frame of animation is created by using two “key frames” (usually drawn by the head artist) as references to create smoother animation. • CAT’s goal is to steal the human tweener’s job by automating (to the greatest degree possible) the process of interpolating frames.

  3. Program Organization • Two main components: CAT and the Server

  4. Feature Descriptions CAT File – simplified model of picture used for tweening Format Extractor – converts an image into a CAT file Drawing Pad – allows the creating of CAT files directly Player – displays the animation sequence created with tweened frames at a given frames per second Tweener – core of the program, configures the point arcs that ultimately determine the interpolated frames Server – used to store and organize frame sequences, CAT files, and tweening data among different animators

  5. Technical Target • Somewhere between shape tweening and morphing Motion tweening: Shape tweening: Right about here Morphing:

  6. Phase Progression For each phase CAT should be able to draw, extract, tween, and play the following: 1. Lines 2. Arcs 3. Colors

  7. Implementation • CAT: Java/swing • CAT files: XML • Server: Wishful thinking/force of will

More Related