CS 419ab -- Winter Quarter 2019

Project #6

100 Points

Due: February 20

3D Animation using Transformations


This page was last updated: February 13, 2018


Requirements:

  1. Repeat what you did in Project #5, but you must have at least 3 separate 3D objects, all undergoing different motions at the same time.

  2. It can use any keyboard keys to do anything you want.

Hints:

You don't have to worry about any syncronization problems because you are drawing some things near the top of draw( ) and other things near the bottom. Processing doesn't allow any of your objects to be seen until you reach the end of draw( ). Then it reveals them all at once.

Turn-in:

Use the Teach system to turn in your:

  1. Your PDF report, describing what you did, including some cool images.
  2. Your Processing .pde file

Grading:

Item Points
Animates at least 3 3D objects using rotations, scales, and translations 80
Correctly starts over after some number of Frames 20
Potential Total 100