Homework 5
Due: in class, Thursday, October 23
Write a program that allows the user to drive through a stereoscopic 3D environment.
- Driving should be done interactively, using the keyboard, mouse, or other device
- The driving interface should allow turning. Make sure that when driving forward, the camera moves in the direction it's pointing (i.e. not always -Z)
- The environment should have some sort of theme, not just be a collection of unrelated objects
- Include both static and moving objects in the space
- Movement only needs to be in a 2D plane, but you can do 3D if you want