Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop More Precise Positioning Camera Marker One-shot methods Saving a world.

Slides:



Advertisements
Similar presentations
Objects in Alice: Positioning and Moving Them By Jenna Hayes under the direction of Professor Susan Rodger Duke University July
Advertisements

Alice.
Skater World: Part One By Deborah Nelson Duke University Under the direction of Professor Susan Rodger May 29,
Don Slater Wanda Dann
SETTING UP CAMERA VIEWS LESSON Setting camera views using objects, based on a lesson by Bella. Adventures in Alice Susan Rodger Duke University July 2013.
1 Alice: Beyond the Basics Steve Cooper Michelle Venable-Foster Barbara Ericson May 2007.
1 Alice: Beyond the Basics Steve Cooper Michelle Venable-Foster Barbara Ericson Aug 2009.
Lights Camera Action! Part 1: Camera Control in Alice By Henry Qin under the direction of Professor Susan Rodger Duke University July 2008.
Lights Camera Action! Part 3: BDE Events By Deborah Nelson under the direction of Professor Susan Rodger Duke University July 2008.
Alice Programming Step 1:Design Copyright 2011 Wanda Dann, Don Slater, Steve Cooper.
Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Problem Solving with Alice 2 & Friends.
Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Implementation Algorithm  Code World.my first method Control blocks Statements (methods,
Alice: A Free 3D Animation World for Teaching Programming Barbara Ericson Georgia Institute of Technology Oct 2005.
Alice Learning to program: Part 1 Scene Setup and Starting Animation by Ruthie Tucker and Jenna Hayes Under the direction of Professor Susan Rodger Duke.
Don Slater Wanda Dann Motion and Rotation Copyright 2012 Wanda Dann, Don Slater All rights reserved.
Using Alice to Introduce Programming Concepts Mr. Craig Ham Technology Coordinator Westminster Schools of Augusta Augusta, GA.
Alice Learning to program: Part Three Camera Control, Invisibility, and 3-D Text By Ruthie Tucker and Jenna Hayes, Under the direction of Professor Rodger.
Motion and Rotation. 3 Dimensional Space  An Alice object o Is located in a 3D world, positioned at (x, y, z) o has 3 dimensions o height, width, depth.
Camera Control: Learning to Use the Camera in Alice By Henry Qin, edited by Jenna Hayes under the direction of Professor Susan Rodger Duke University,
Camera Control: Learning to Use the Camera in Alice By Henry Qin, edited by Jenna Hayes under the direction of Professor Susan Rodger Duke University,
Alice Programming Step 1:Design Copyright 2011 Wanda Dann, Don Slater, Steve Cooper.
Don Slater Wanda Dann Joint Operations Copyright 2012 Wanda Dann, Don Slater All rights reserved.
Classes and Objects Copyright 2014 Wanda Dann, Don Slater All rights reserved.
By Deborah Nelson Duke University Professor Susan Rodger July 13, 2008.
An Introduction to Alice (Short Version) – Extras! Yossra Hamid Under the Supervision of Professor Susan Rodger Duke University, June 2014 This is a continuation.
Skater World: Part Two By Deborah Nelson Duke University Under the direction of Professor Susan Rodger June 1,
Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Welcome & Introduction.
Don Slater Wanda Dann Copyright 2012 Wanda Dann, Don Slater All rights reserved.
3D Animation Concepts CS0007 George Novacky. Overview Creating a new world (slides 5 – 13) Remembering camera position (slides )
Making Billboards By Deborah Nelson Duke University, Under the direction of Professor Susan Rodger, July 14, 2008.
Creating a Historical Tour in Alice By Jenna Hayes May 2010.
Review: the Dummy Marker Typically used for: Positioning large and small objects in a scene Remembering camera positions for multiple scenes Remembering.
Copyright 2008 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Functions, Loops, and Parameters.
Creating a 3D Interactive Story Prof. Susan Rodger Duke University July 19, 2007.
Copyright 2008 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Variables & Conditions.
Changing Camera Views! Part 1: Set Point of View to By Bella Onwumbiko under the direction of Professor Susan Rodger Duke University July 2013 Updates.
Skater World: Part Three By Deborah Nelson Duke University Under the direction of Professor Susan Rodger June 2009.
Skater World: Part Four By Deborah Nelson Duke University Under the direction of Professor Susan Rodger June 1, 2009.
Wanda Dann Don Slater Classes and Objects Copyright 2012 Wanda Dann, Don Slater All rights reserved.
BDE tutorial By Deborah Nelson Duke University Under the direction of Professor Susan Rodger July 13, 2008.
Joint Motion Copyright 2014 Wanda Dann, Don Slater All rights reserved.
Wanda Dann Don Slater Methods Panel & Object Tree Copyright 2012 Wanda Dann, Don Slater All rights reserved.
Headshots in Alice Duke University Professor Susan H. Rodger Gaetjens Lezin July 2008.
Princess & Dragon Part 3: A Knight Comes Riding In—Cameras & Events By Elizabeth Liang under the direction of Professor Susan Rodger Duke University June.
Making Billboards By Deborah Nelson Duke University, Under the direction of Professor Susan Rodger, July 14, 2008.
Setting Up the Initial Scene. Problem Solving in Alice Set up the initial scene in a new world The princess example Setting up the initial scene.
Beginning Animation. Storyboard An Invitation to Dinner 1.Marlin and Dory (two small fish) are swimming and talking. 2.A shark (Bruce) swims up behind.
Alice in Action with Java Chapter 2 Methods. Alice in Action with Java2 Objectives Build world-level methods to help organize a story into scenes and.
Classes and Objects Copyright 2014 Wanda Dann, Don Slater All rights reserved.
Editing a film To trim the beginning and end of a clip, click once on the clip to select it then click on the trim tool at the bottom of the screen. Trim.
Professor Susan Rodger
Getting started in Alice
Alice 3 Using the Alice 3.1 Interactive Development Environment (IDE)
Changing Camera Views! Part 1: Set Point of View to By Bella Onwumbiko
Making Objects Move in Unison: Using Lists
Skater World: Part Three
Adding and Manipulating Objects
Making Objects Move in Unison: Using Lists
Alice Camera Marker tutorial
Using Objects in Alice.
Alice: Beyond the Basics
Under the direction of Susan Rodger
Objects in Alice: Positioning and Moving Them
Princess & Dragon Part 3: A Knight Comes Riding In—Cameras & Events
Alice: A Free 3D Animation World for Teaching Programming
Classes and Objects Wanda Dann Don Slater
Alice: A Free 3D Animation World for Teaching Programming
Alice and Daisies: Positioning and Moving Objects in Alice
Lesson One: Objects in Alice: Positioning and Moving Them
Presentation transcript:

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop More Precise Positioning Camera Marker One-shot methods Saving a world

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Relative Position  In the preview, a table was located in front of garfield and odie.  Jon was off-camera (to the right, as you view the scene)

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Relative positioning  Positioning objects relative to one another often involves  Moving the camera to get a close-up view  Precise positioning (often times, more precise than can be accomplished using a mouse)

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Think ahead!  Relative positioning often requires moving the camera… but moving the camera will change the opening camera position in the initial scene setup.  Solution:  Place a marker at the camera’s opening location… will allow you to return the camera to the opening position, as needed.

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater More controls in scene editor  In the scene editor, click on the More controls button

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Dropping a dummy marker  Click on the Drop Dummy at Camera button.

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Rename Dummy Marker  In the Object Tree, right-click on “”dummy”and rename it to a more meaningful name, such as originalPosition (not required, but very useful!)

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Positioning (in front of)  Add a table and position in front of garfield and odie.  Notice that it is difficult to know the relative position… is the table close enough?

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater One-shot actions  One technique for viewing the relative positioning of objects is to the camera’s “get a good look at” method as a one- shot  Method – an action  One-shot – happens one time only, as the scene is being setup

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Using a one-shot  Use a one-shot to get a close-up view of the table

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Did it work?  Is the table close enough… or too close?

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Adjust position  As needed, adjust position of table, garfield, and odie.

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Reset camera position  To return the camera to its original position  Pull-down the menu for the move camera to dummy button and select the originalPosition marker.

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alternate technique  Use camera navigation arrows to move the camera in for a close-up view

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Reset camera position  To return the camera to its original position  Pull-down the menu for the move camera to dummy button and select the originalPosition marker.

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Your turn  Use a one-shot method to have  garfield turn to face the camera.  odie turn to face garfield.

Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Save  Be sure to save the world every half-hour, or so…