diff --git a/README.md b/README.md index c9c012d..7cb03f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,27 @@ -# lab06-proceduralFace +# Procedural Face Lab Submission - Nico Kong + +I made 3 total parameters: +SURPRISE, SADNESS and HEART. + +The animation in shadertoy will by default iterate over 6 combinations combinations each with some setting combination at their min/max. + +Link to shadertoy repo: https://www.shadertoy.com/view/W32BDV + +
+
+
+
+
+
+
+
+
+# Assignment Description
Let's practice parameterization! We'll be starting with an oh-so-beautiful gingerbread man face that looks like this:

diff --git a/face1.png b/face1.png
new file mode 100644
index 0000000..fd7741a
Binary files /dev/null and b/face1.png differ
diff --git a/face2.png b/face2.png
new file mode 100644
index 0000000..c8627f5
Binary files /dev/null and b/face2.png differ
diff --git a/face3.png b/face3.png
new file mode 100644
index 0000000..502aab4
Binary files /dev/null and b/face3.png differ
diff --git a/face4.png b/face4.png
new file mode 100644
index 0000000..4a97dc9
Binary files /dev/null and b/face4.png differ
diff --git a/face5.png b/face5.png
new file mode 100644
index 0000000..fad95bc
Binary files /dev/null and b/face5.png differ
diff --git a/face6.png b/face6.png
new file mode 100644
index 0000000..dc69bd1
Binary files /dev/null and b/face6.png differ
diff --git a/face7.png b/face7.png
new file mode 100644
index 0000000..6ddec24
Binary files /dev/null and b/face7.png differ