| 1 | = 3D Computer Graphics Project 1 - Windmill = |
| 2 | |
| 3 | [[Image(thumbnail.png,right)]] |
| 4 | |
| 5 | Completed 9/21/2004. |
| 6 | |
| 7 | == Compiling == |
| 8 | A Makefile is included for Linux. This has also been tested under Visual Studio. |
| 9 | |
| 10 | == Extensions == |
| 11 | * Press '1' to toggle drawing outlines around the hills and windmill, in a style |
| 12 | commonly used along with cel-shading. |
| 13 | * Press '2' to toggle lighting. |
| 14 | * Press '3' to toggle smooth motion, including a Doom-style bobbing motion as |
| 15 | the user walks forward and backward. |
| 16 | * Press space to jump. Note that this only works properly with "smooth motion" |
| 17 | enabled. |