• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
Animation
objects can be made to move around the virtual world
Movie animation
passive user watches the animation
Interactive animation
active user clicks on mouse, types a key on keyboard
Events
actions of a user
Mouse
approximately positions objects in the scene
Camera Navigation
sets cameras point of view
Drop-down Menu Methods
resize objects; more precisely postion objects in the scene
Quadview
position one object relative to another object
Object
any thing that can be identified as unique from other things
An object has:
a name; properties; performs actions
3-D object
has three dimensions: height, width, depth
3-D object
6 degrees of freedom (directions of movement)
What is the center?
center of mass; where it stands on the ground; where it is held
Objects are:
categorized into classes
What do objects go into?
Instances of the class
What can objects do?
perform similar tasks as other objects in their class and have similar properties
Local gallery
(installed with software) minimum or complete options
Web gallery
gallery taken off the internet
Control Structures
allow you to be in control of the order in which instructions are executed
Program's logic
what control structures control
Two examples of control structures:
Do in order; Do together
Conditional Execution
some condition are checked and a decision is madeas to which section of code will run or not
If/else statement
makes a decision based on the value of a certain condition
Boolean Function
checks to see if a condition is true or false
Parameters
used to communicate with a method