From da7a5f499b846081742c8e5e8901011360a41535 Mon Sep 17 00:00:00 2001 From: Jeremy Grifski Date: Thu, 6 Dec 2018 17:28:51 -0500 Subject: [PATCH] Added comment about normal maps --- Lab05/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lab05/README.md b/Lab05/README.md index 42b5cee..8fb9497 100644 --- a/Lab05/README.md +++ b/Lab05/README.md @@ -47,6 +47,7 @@ and environment mapping, this project has the following features: - 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 + - Normal maps were generated using http://cpetry.github.io/NormalMap-Online/ All-in-all there were a lot of additions to this scene that should cover all the bases for this project.