You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
1
# Ocean-OpenGL
2
2
#### Simple Ocean OpenGL 4.1 C++
3
3
4
+

5
+
4
6
### How it works?
5
-
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.
7
+
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.
6
8
For this project I used 14 normalmaps, 14 heightmaps and one texture with color.
0 commit comments