-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added readme file with information and controls
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# TerrainVisualizer | ||
|
||
This program generates an explorable terrain using USGS geological survey data. | ||
|
||
Given a terrain height data file in the GRIDFLOAT format, it will | ||
|
||
Written in C++11 with the Microsoft C++ Compiler in Visual Studio | ||
|
||
Uses OpenGL 3.3 for rendering, GLEW for extensions, GLFW for window and input management, GLM for maths, and SOIL for image importing. | ||
|
||
## Controls | ||
Mouse Look for rotating the camera | ||
WASD for movement | ||
Space for jump | ||
F to toggle flashlight | ||
X for wireframe mode | ||
G for disco mode \*EPILEPSY WARNING\* | ||
|
||
## Screenshots |