Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles authored and Charles committed Jan 11, 2017
2 parents 5c0878a + a543ff8 commit ce66b26
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 ce66b26

Please sign in to comment.