ATCM 3310 Procedural Animation

Slides:



Advertisements
Similar presentations
Windows Movie Maker Introduction to Video Editing Mindy McAdams.
Advertisements

Coordinate Systems Dr. Midori Kitagawa.
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
UFCEKT-20-33D Modelling and Animation 3D Modelling & Animation Rendering.
AlgoTutor Tutorial (3) Program Pad J. Yoo, S. Yoo, C. Pettey, S. Seo, and Z. Dong MTSU Computer Science Department Making the transition from the algorithm.
Ken YoussefiIntroduction to Engineering – E 10 1.
Simple Guide to Movie Maker By Peter Huang. Opening up movie maker This is what you should see when you open Windows Movie Maker.
CS 480/680 Computer Graphics Course Overview Dr. Frederick C Harris, Jr. Fall 2012.
INFSCI  Last time we built a doggie web page in class following the instructions in the slide deck: Build Web Page with HTML – see week 3 The topics.
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
Introduction to Maya. Maya’s Layout User Interface Elements In Maya, you can tear off menus to create separate floating boxes that you can place anywhere.
Programmed Animation in Sketchup. A free plugin for object animation In this folder you will find a.
Rendering. Rendering is the process of computing frames of video and sections of audio so that they can be played smoothly in Final Cut Pro. Once rendered,
MA/CS 3751 Fall 2002 Lecture 24. MA/CS 3752 ginput ginput is a Matlab function which takes one argument input: number of points to select in the image.
Distributed Multimedia Programming Week - 1. Document Window  The Document Window is divided in to six main components Timeline – The Timeline is where.
Computer Graphics The Rendering Pipeline - Review CO2409 Computer Graphics Week 15.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
SE 320 – Introduction to Game Development Lecture 3: Unity’s Interface and Concepts Lecturer: Gazihan Alankuş Please look at the last two slides for assignments.
The material contained in this document is proprietary to Triniti Corporation (Triniti). This material may not be disclosed, duplicated or otherwise revealed,
ATEC Procedural Animation
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
Business and Computing Deanery 3D Modelling Tools Week 3 Transformations, cloning and arrays, modifiers.
CRYSTAL REPORTS ProCal, ProCert & ProCal-Track Crystal Reports Support.
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
ANIMATIONS, REDUX. reviewing the “automatic” method 1: click AutoKey to start recording 2: move the time slider 3: adjust camera (or anything else) 4:
1 Perception and VR MONT 104S, Fall 2008 Lecture 20 Computer Graphics and VR.
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
Computer Graphics Imaging Ying Zhu Georgia State University Lecture 30 Video Sequence Editor.
Configure the intercom IP
Batch Rendering BEFORE YOU START!
Games Development Practices 3D Modelling
Layers in Adobe After Effect
ATEC Procedural Animation
Customizing the Quick Access Toolbar in Microsoft Office
Composition.
ATCM 3310 Procedural Animation
Getting to Know ArcGIS Chapter 3 Interacting with maps
RENDERING Preparing the Project Exporting the Timeline Video Settings
ATCM 3310 Procedural Animation
Jacky Bibliowicz’s Results
Rendering, Cameras & Lighting
ATEC Procedural Animation
User guide for Direct Observations equipment use
ATCM 3310 Procedural Animation
ATCM 3310 Procedural Animation
ATCM 6317 Procedural Animation
ATCM 6317 Procedural Animation
ATCM 6017 Procedural Animation
Assignment 8 Chess Game.
The Graphics Rendering Pipeline
Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
Project Documentation Generation
Prof. Abdul Hameed Windows 10 Module 2 Prof. Abdul Hameed
ATEC Procedural Animation
Procedural Animation Lecture 6: Mapping
3D Graphics.
Computer Graphics Imaging Ying Zhu Georgia State University
ATCM 6317 Procedural Animation
ATCM 6017 Procedural Animation
Rendering Károly Zsolnai-Fehér
Procedural Animation Lecture 2: 3D & Houdini basics
Coordinate Systems Dr. Midori Kitagawa.
Computer Animation Ying Zhu Georgia State University
ATEC Procedural Animation
Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
Let's create your English Folder!.
Computer Animation Ying Zhu Georgia State University
Presentation transcript:

ATCM 3310 Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa

In class Pay attention Take notes Learn Be ready for a pop quiz

Lecture 2: 3D animation foundations World space vs. object space Order of transformation Houdini

World space & object space Scene is built with an arbitrary number of objects, lights and cameras in the world space, which is also called the world coordinate system or global coordinate system. Each object is generated in its object space, which is also called an object coordinate system or local coordinate system.

World space & object space in Houdini World space is called the scene level or object level. Object space is called the geometry level or SOP level.

Houdini: Scene level and geometric container objects Geometry container object is often simply called “object.” Objects, cameras and lights define a scene in the scene level.

Houdini: Geometry level and surface nodes Surface nodes are also called Surface Operators or SOPs. SOPs in the geometry level define the geometry inside the geometric container object.

World space & object space Object space and world space work together. For instance, if the geometric center of an object is at the origin of its object space and if the object is placed at the origin of the world space, it will be centered at origin of the world space. However, if the geometric center of an object is not centered at the origin of its object space, it will be off-centered in the world space even if it’s placed at the origin of the world space. Demo in Houdini

Global transformation vs. local transformation Transforming an object in the scene level is considered as global transformation animation. Transforming a geometry in the geometry level is considered as local transformation or deformation.

Order of transformation Specifies in what order transformations are applied to an object. Changing the order of transformation yield different results. Demo in Houdini

Week 1: Houdini stuff Houdini contexts Hotkey quick reference Maya transition guide File organization

Houdini contexts Major parts of Houdini (contexts) and corresponding node networks: /ch CHOP (channel operators) network /img COP (composite operators) network /obj Objects, cameras, and lights /obj/geo SOP (surface operators) network /out ROP (render outputs) /part POP (particle operators) network /shop SHOP (shader operators) network /vex VOP (VEX operators) network

Saving animation frames Open Floating File Choose, select a folder and set a file name (e.g., tutorial_chap1_test1.$F4.pic) Override Camera Resolution lets you scale the frame size.

Creating an animation file In Houdini’s main menu (top left), chose Render -> MPlay -> Load Disc Files... In Load Image, select animation frames as an image sequence. In MPlay, chose File -> Export -> Video for Windows 64.bit. Above turns .pic files into an .avi file.

Houdini reference & guide Print out Hotkey quick reference and keep in your notebook so that you can look at it whenever you need it. You may find Maya transition guide useful to understand Houdini’s contexts if you are a Maya user.

One more thing… In a View pane, you can keep looking through your camera by turning on Tie View to Camera/Light option in the popup menu that shows up by clicking here Or by turning on Lock View/Light to View by clicking here