From 3f721a5cc68aebb6553c7efbef31db359211f621 Mon Sep 17 00:00:00 2001 From: Coco Kneer <32113955+JiaoMaMa@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:20:24 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.