Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
Added readme file with information and controls
  • Loading branch information
cdgiessen authored Jan 11, 2017
1 parent a58f2f1 commit a543ff8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
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

0 comments on commit a543ff8

Please sign in to comment.