From f8c527ae5af241ec5e8d8c469a14098e0b1f613e Mon Sep 17 00:00:00 2001 From: Wenqing Wang <33616958+FridaWang@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:19:03 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aa0f112..59cc27e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # lab06-debugging +# Result +Fixed all bugs for this assignment. +1. Syntax error fixed: https://www.shadertoy.com/view/mdB3Rt +2. Raycast uv param issue fixed: https://www.shadertoy.com/view/msB3Rt +3. Resolution issue fixed: https://www.shadertoy.com/view/mdSGzt +4. Raymarch iterations issue fixed: https://www.shadertoy.com/view/mdBGzt +5. Specular material issue fixed: https://www.shadertoy.com/view/dsBGzt + # 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).