Don Slater Wanda Dann Joint Operations Copyright 2012 Wanda Dann, Don Slater All rights reserved.

Slides:



Advertisements
Similar presentations
Unit 3 Copyright © 2006 MES-English.com.
Advertisements

Proper Keyboarding Technique
Optimal Posture and Position at the Computer By Deborah T. Powell Endeavor Elementary Harvest, Alabama.
Keyboarding Technique
TYPES OF SYNOVIAL JOINT AND MOVEMENTS THEY MAKE
Objects and Properties Alice. Objects in Alice Objects already exist. Hundreds of them.
1 2 STANDING Steps in Building the Position:
Don Slater Wanda Dann
Don Slater Wanda Dann
REVIEWING THE JOINT MOVEMENTS Name the motion in direction of arrow.
1 Alice: Beyond the Basics Steve Cooper Michelle Venable-Foster Barbara Ericson May 2007.
Stepwise Refinement -- A procedure calls another procedure
1 Alice: Beyond the Basics Steve Cooper Michelle Venable-Foster Barbara Ericson Aug 2009.
Alice: A Visual Introduction to Programming Chapter 1 Part 3.
Programming in Alice Chapter 2 Part 2. Events Editor Identifies what method is executed (run) when the “Play” button is hit 2.
Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Problem Solving with Alice 2 & Friends.
The Skeletal System Part 2: joints, ligaments, cartilage and tendons.
Mathew Kenney.  Knee Knee  Elbow Elbow  Ankle Ankle  Fingers Fingers  Shoulder Shoulder  Neck Neck  THE END THE END.
December 9, 2014  Objective: To describe how joints function and to differentiate between types of joints  Journal: Have you or someone you know ever.
SKY SWIMMING STROKE DEVELOPMENT TRAINING Freestyle Arm Cycle.
Skeletal System. Functions of the Skeletal System THINK! – What are the four levels of organization? Cells, Tissues, Organs, Organ Systems Provides shape.
Joints Types and Examples.
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.
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.
Mn/DOT District 3 Presents… Flexibility Exercises
Alice Programming Step 1:Design Copyright 2011 Wanda Dann, Don Slater, Steve Cooper.
Getting started with Alice Adapted from presentations by Jenna Hayes, Duke University Donna Gavin, UWP Computer Science and Software Engineering.
Creating An Animation Program Part 2 Alice. Method A segment of program code (instructions) that defines how to perform a specific task.
Classes and Objects Copyright 2014 Wanda Dann, Don Slater All rights reserved.
Character Setup In addition to rigging for character models, rigging artists are also responsible for setting up animation controls for anything that is.
Don Slater Wanda Dann Copyright 2012 Wanda Dann, Don Slater All rights reserved.
Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop More Precise Positioning Camera Marker One-shot methods Saving a world.
Connecting the Smart Board  Created in 1991, A Smart Board is an interactive whiteboard that provides a student-centered learning environment. Go!
Copyright 2008 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Functions, Loops, and Parameters.
Wanda Dann Don Slater Classes and Objects Copyright 2012 Wanda Dann, Don Slater All rights reserved.
Movement. Flexion Bending or decreasing the angle between two bones. Examples: Elbow -‘bicep curl’ the up phase Knee - bending at the knee Trunk - leaning.
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.
Proper Keyboarding . Proper keyboarding technique includes: Correct Posture.
+ Review. + Say a sentence using the following. + Body Parts Head Leg Arm Hand Foot Ankle Toe Cheek Back Shoulder Hip Wrist Finger Chest Elbow.
ORGANIZATION of LIFE FORMS Living Organisms include PLANTS ANIMALS Cannot make their own food Have cell walls Have cell membranes Photosynthesis Herbivores,
Lynxmotion Robotic Arm © 2013 Project Lead The Way, Inc.Computer Integrated Manufacturing
Brunnstrom’s Clinical Kinesiology Sixth Edition Copyright © 2012 F.A. Davis Company CHAPTER 14 Kinesiology Applications of Upper Extremity Activities of.
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.
Classes and Objects Copyright 2014 Wanda Dann, Don Slater All rights reserved.
CS0007: Introductory Programming Rotational Motion.
The Alice Scene Editor.
Stretch your back Ing. Lenka Slezáková.
Setting Up the Initial Scene
TYPES OF SYNOVIAL JOINT AND MOVEMENTS THEY MAKE
October 19, 2017 Journal: What are three surface structures on the femur?
What Are The Different Types of Joints?
Alice 3 Using the Alice 3.1 Interactive Development Environment (IDE)
When you perform the 1st CMC grind test, compress the joint and rotate thumb metacarpal. It’s the same motion you would use when using a mortar and pestle.
TOPICS: HOW TO MAKE THE SHERIFF SHOOT A GUN.
The Skeletal System.
Programming using Alice 3
Keyboarding Technique
Proper Keyboarding Technique
Alice: Beyond the Basics
Directions: Color your name with any tiles you want.
Types of Joints Flash Cards
Joints and Movement.
Classes and Objects Wanda Dann Don Slater
Ms. DaSilva Physical Education
MY BODY DICTIONARY.
Translate 5 squares left and 4 squares up.
Presentation transcript:

Don Slater Wanda Dann Joint Operations Copyright 2012 Wanda Dann, Don Slater All rights reserved

 Objects often (not always) have internal joints that can be animated to control subparts of the model.  A joint connects a subpart of the body to the rest of the body  A joint can be turned or rolled but cannot be moved Internal Joints

Biped X-ray

Quadruped X-ray

 A subpart may be connected to another subpart  Rotating one subpart may also rotate other subparts  Examples:  Turning the left shoulder joint will turn the entire arm of the alien, including the forearm, wrist, hand, fingers, etc.  Turning the left elbow joint will turn the alien’s forearm, wrist, hand, fingers, etc. Subpart Location Connected subparts

 To access a joint, click on the arrow next to the object’s name in the instance list. In the Code Editor

In the Scene Editor By clicking on Show Joints and adjusting the opacity in the Scene Editor, you are able to see the joints of any model.

Add axes object to the scene Move and orient the axes to the joint The white axis points forward, red to the right, green up Orientation of a joint

Orientation: whole vs. part The orientation of a subpart is not necessarily the same as the orientation of the whole object.

 A subpart cannot be moved  A move would detach the joint (and its connected subpart) from rest of the model, so a move action is NOT allowed for a subpart of an object. Translational Motion: Joints

 A subpart’s joint acts as its pivot point for rotation of the subpart.  Two forms of rotational motion:  turn  forward, backward  left, right  roll  left, right Rotational Motion: Joint/Subpart

Rotation of a joint

Turn forward/backward Red Handle: Turns joint forward and backward

Turn left/right Green Handle: Turns joint left and right

Roll left/right Blue Handle: Rolls joint left and right