Assignment 4: 3D game
Due December 8, 11:59PM; extended to December 13, 11:59PM
Write a three-dimensional game (you should get approval for you plan
from me first!) The game should include the following elements:
- at least two views, one of which should be from a moving camera
(either user-directed, or attached to an object);
- several light sources;
- at lesat three objects using different textures;
- a textured background representing remote objects;
- at least three objects with physically-based behavior,
with at least one interactive, i.e. its motion can be influenced
by the user
- at least two mesh objects loaded from files
Please submit your homework by sending e-mail to ig04@mrl.nyu.edu.
A submission should be a single archive (.zip or .tgz), including
- All source files needed to compile your game (including makefiles
or project files).
- Any images or audio files used by your game
- A working executable.
- DLL files for all nonstandard dynamic libaries you use, if any.
Please do not include precompiled header files, .o files
etc.
Please place all files into a directory your lastname-hw4
before creating the archive. The name of the archive should be
the same.
Denis Zorin