From 6ad193baf275885c8d3612df3a8a8a5cd4f58203 Mon Sep 17 00:00:00 2001 From: meganr28 Date: Wed, 14 Sep 2022 16:06:27 -0400 Subject: [PATCH] Added shader to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 55807db..2a68d21 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Submission + +Name: Megan Reddy \ +Teammates: Joanna Fisch, Yuqi Zhang \ +Link to Shadertoy: https://www.shadertoy.com/view/slcfW7 \ +**NOTE:** All three solutions are in this Shadertoy file. Use the `#defines` at the top to toggle between them (`PULSING_FLOWER`, `SPINNING_FLOWER`, `CUSTOM_FLOWER`). + # Lab01: Toolbox Functions Let's practice using some tool box functions! You may work with a partner for this one.