From bd560147c826b9cd0c2d92758e8dae248c9647c6 Mon Sep 17 00:00:00 2001 From: Jeremy Grifski Date: Thu, 6 Dec 2018 17:28:09 -0500 Subject: [PATCH] Added comments about bump mapping --- Lab05/README.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Lab05/README.md b/Lab05/README.md index 3198e1d..42b5cee 100644 --- a/Lab05/README.md +++ b/Lab05/README.md @@ -43,8 +43,10 @@ and environment mapping, this project has the following features: 4. All assets are loaded only once - Queries are never made more than once as all assets are saved in the scene - Added a loading bar to demonstrate querying of assets -5. Added animated boat to the water +5. Boat is animated to traverse the water - Boat travels left and right with rotation when it reaches the furthest bounds +6. Plane has an attempt at a bump map + - It's tough to tell if the shader is working; please check out the code to confirm All-in-all there were a lot of additions to this scene that should cover all the bases for this project. @@ -75,4 +77,4 @@ Solution is freely available under the MIT license. [4]: http://web.cse.ohio-state.edu/~shen.94/5542/Site/WebGL_files/code12.js [7]: http://web.cse.ohio-state.edu/~shen.94/5542/Site/WebGL_files/shaders_setup_5.js [8]: https://github.com/jrg94/CSE5542/blob/master/Lab05/shaders.js -[9]: https://cdn.rawgit.com/jrg94/CSE5542/v5.2.0/Lab05/lab05.html +[9]: https://cdn.rawgit.com/jrg94/CSE5542/v5.3.0/Lab05/lab05.html diff --git a/README.md b/README.md index 8540b98..11c1af9 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Check out all of my solutions from OSU's Real Time Rendering Course: [2]: https://cdn.rawgit.com/jrg94/CSE5542/v2.1.0/Lab02/lab02.html [3]: https://cdn.rawgit.com/jrg94/CSE5542/v3.1.0/Lab03/lab03.html [4]: https://cdn.rawgit.com/jrg94/CSE5542/v4.1.0/Lab04/lab04.html -[5]: https://cdn.rawgit.com/jrg94/CSE5542/v5.2.0/Lab05/lab05.html +[5]: https://cdn.rawgit.com/jrg94/CSE5542/v5.3.0/Lab05/lab05.html