diff --git a/README.md b/README.md index b51f9a7..0930584 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # Lab 05 - Stylization! Let's practice adding stylization to a 3D scene using Unity's shader graph! +## Puzzle 1 + +image + +## Puzzle 2 + +image + +## Puzzle 3 + +image + ## Introduction We will be stylizing a "toon" look by creating a shader in Unity that supports shadows and multiple lights in real-time! In the process, you will gain some familiarity with Unity’s shader graph.