From dcba4ddf7cc38159e2838ebf3c21872e64092564 Mon Sep 17 00:00:00 2001 From: Nihal Kenkre Date: Sat, 15 Feb 2020 22:01:45 +0530 Subject: [PATCH] Compute Graphics: Simulating ocean water (#595) --- computer_graphics/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 9292271..4c256e7 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -54,3 +54,8 @@ This is a really great paper that is both complex and straightforward. This pape - A seminal paper that lead to many interesting applications in graphics as well as more broadly in design; see also the bibliography at [shapegrammar.org](http://shapegrammar.org/). + +### Simulating Ocean Water + +* [Simulating Ocean Water](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.161.9102&rep=rep1&type=pdf) + - Seminal paper on water surface simulation and rendering.