Homework 4
Due: in class, Tuesday, October 7
Write a program that animates 3D objects with the following specifications:
- There should be at least 16 objects
- There should be objects of different colors
- All of the objects must move
- At least some of the objects should move in continuous, circular (or spiral) paths in 3 different directions (around X, Y, & Z, or something like that)
- Make sure the objects are not clipped in the Z direction
- At least one object should change its path over time