Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Added comments about bump mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jrg94 committed Dec 6, 2018
1 parent 6985525 commit bd56014
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Lab05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd56014

Please sign in to comment.