1 / 14

CSC1401: Introductory Programming

CSC1401: Introductory Programming. Rotational Motion. Motion. Motion of an object is relative to the orientation (front) of the object the center of the object. Center of an object. An object is positioned in the world around its center. The center of an object can be:

marylbrown
Download Presentation

CSC1401: Introductory Programming

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. CSC1401:Introductory Programming Rotational Motion

  2. Motion • Motion of an object is relative to • the orientation (front) of the object • the center of the object

  3. Center of an object • An object is positioned in the world around its center. • The center of an object can be: • At the center of mass, or • Where it stands on the ground, or • Where it is held or connected (a hinge joint)

  4. Dimensions and Orientation • A 3D object has • 3 dimensions • height, width, depth • orientation

  5. Motion • Motion of an object is relative to • its orientation • its center

  6. Translational Motion • Change of position of the entire object in the world • The direction of translational motion is stated relative to the orientation of the object. • Objects are ego-centric, motion based on orientation of the object • Six possible directions • move • left • right • up • down • forward • backward

  7. Demo: Mouse Control Toolkit • To reposition objects in the world, use the buttons in the mouse control toolkit

  8. Demo: Translational Motion • Six possible directions • move • left • right • up • down • forward • backward

  9. Demo: Pull-down menu methods • In setting up a world, can be used to • resize an object • precisely position an object and it's subparts

  10. Rotational Motion • Rotational motion occurs around the center (pivot point) of the object or subpart of the object. • Directions are divided among two instructions: • turn • forward, backward • left, right • roll • left, right • No up and downdirections!

  11. Demo • Rotational Motion • Note that the movement is around the center of the object. • turn • forward orientation changes • roll • forward orientation remains the same

  12. Aeronautical Terminology • Pitch: turn forward or backward – rotation is like a hinged lid on a box • Yaw: turn left and right – rotation is like a door on hinges • Roll (a.k.a. Bank); roll left or right – rotation is like a doorknob

  13. Assignment • Read (before the next class session) • Chapter 1-2, Alice Concepts • Tips & Techniques 1, Special Effects

  14. Lab 1 • Due next class session

More Related