diff --git a/README.md b/README.md index 3750917..75faeb6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # Ocean-OpenGL #### Simple Ocean OpenGL 4.1 C++ +![Ocean surface](ss/ocean.png) + ### How it works? -This example do not calculate physics but do only simple interpolations between normalmaps, heightmaps. Tesselation allow us to divide plane and apply the heightmaps. Fragment allow us to calculate light so material color. +This example do not calculate physics but do only simple interpolations between normalmaps, heightmaps. Tessellation allow us to divide plane and apply the heightmaps. Fragment allow us to calculate light so material color. For this project I used 14 normalmaps, 14 heightmaps and one texture with color. +### Input/Control: +``` + R - start rotate camera + T - stop rotate camera + ESC - exit +``` + ### Libraries: - GLEW library - http://glew.sourceforge.net - GLFW library - https://www.glfw.org