-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
26 lines (19 loc) · 1.22 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
——————————————————————————————————————————————————————————————————————————————————
Nan Jiang, Pratistha Bhandari, and Xiangyu Li
CS300 Project 3: 3D world navigation
This program creates a 3D world that the user can navigate through keyboard and mouse controls. This is a small game of jumping over floating blocks and if you fail to make the jump, you fall and the game restarts.
11/17/15
——————————————————————————————————————————————————————————————————————————————————
- Usage
1. Run
Include OpenGL and GLUT libraries and run the source code using Xcode or
terminal
2. Key Instructions
‘esc’ - exit the program
’w’ - move camera forward
‘s’ - move camera backward
‘a’ - move camera to the left
‘d’ - move camera to the right
space bar - jumping movement of the camera
mouse pad - trackball movement
_________________________________________________________________________________