From 42828b7839ebf6b5f5bae56aa144e636c6bcc3df Mon Sep 17 00:00:00 2001 From: Cryszzz <69176305+Cryszzz@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:39:28 -0400 Subject: [PATCH 1/3] update --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index aa0f112..aaa727f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # lab06-debugging +Name: Xiaoxiao(Crystal) Zou & Ruijun(Danio) Zhong +[Our Shader](https://www.shadertoy.com/view/Dd3yzj) + +Bugs: +Line 97: vec->vec2 Found this due to default complier error + +Line 100: uv->uv2 Found this due to wierd center point it is pointed at + +Line 75: eye->dir Found this due to no reflection on metallic balls (or weird reflection) + +line 11: len * iResolution.x / iResolution.x->len * iResolution.x / iResolution.y Found this due to weird scaling of the screen objects + +line 18: 64->1000 Found this due to obersations of no intersections of the floor at further place. # Setup Create a [Shadertoy account](https://www.shadertoy.com/). Either fork this shadertoy, or create a new shadertoy and copy the code from the [Debugging Puzzle](https://www.shadertoy.com/view/flGfRc). From f527a7ff7d572188728684acb52f34ebb6e3e21c Mon Sep 17 00:00:00 2001 From: Cryszzz <69176305+Cryszzz@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:40:46 -0400 Subject: [PATCH 2/3] update padding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaa727f..aa997e8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Name: Xiaoxiao(Crystal) Zou & Ruijun(Danio) Zhong [Our Shader](https://www.shadertoy.com/view/Dd3yzj) Bugs: + Line 97: vec->vec2 Found this due to default complier error Line 100: uv->uv2 Found this due to wierd center point it is pointed at From f86b5ab5064bb36bb721e004cfeaa37508bbc5a9 Mon Sep 17 00:00:00 2001 From: Cryszzz <69176305+Cryszzz@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:41:11 -0400 Subject: [PATCH 3/3] update name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa997e8..3f1db8e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # lab06-debugging -Name: Xiaoxiao(Crystal) Zou & Ruijun(Danio) Zhong +Name: Xiaoxiao(Crystal) Zou & Ruijun(Daniel) Zhong [Our Shader](https://www.shadertoy.com/view/Dd3yzj)