diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2019-08-10 23:10:46 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2019-08-10 23:10:46 +0100 |
| commit | 99d4758c33b3c711e0ab252fff00b52e6c6f8252 (patch) | |
| tree | 3df886652fc4b78dc9a9f880d6450368f4dcc27b /src/main/resources/index.html | |
| parent | 2bbcde7dd370f0f6eb6d8733aab697917f5a8963 (diff) | |
| download | terrain-99d4758c33b3c711e0ab252fff00b52e6c6f8252.tar.xz terrain-99d4758c33b3c711e0ab252fff00b52e6c6f8252.zip | |
Add water effect shader
Diffstat (limited to 'src/main/resources/index.html')
| -rw-r--r-- | src/main/resources/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/index.html b/src/main/resources/index.html index cc41b60..943fdd7 100644 --- a/src/main/resources/index.html +++ b/src/main/resources/index.html @@ -6,6 +6,7 @@ <script type="text/javascript" src="lib/three.min.js"></script> <script type="text/javascript" src="lib/OrbitControls.js"></script> + <script type="text/javascript" src="lib/water.js"></script> <script type="text/javascript" src="lib/dat.gui.min.js"></script> <script type="text/javascript" src="lib/simplex-noise.min.js"></script> |