3D Animation using Transformations


This page was last updated: July 6, 2018


Requirements:

  1. Repeat what you did in the "Simple Animation Using Transformations" project, 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.

Hint:

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.