From 75944d661fc41715c076af780e3f4aef338ff16a Mon Sep 17 00:00:00 2001 From: Shixuan Fang Date: Wed, 20 Sep 2023 11:52:03 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aa0f112..0dcfd5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # lab06-debugging +Shixuan Fang, Tongwei Dai +https://www.shadertoy.com/view/Ds3yR2 +1. vec -> vec2 +2. uv -> uv2 +3. iResolution.x / iResolution.x -> iResolution.x / iResolution.y +4. dir = reflect(eye, nor) -> reflect(dir, nor) + + # 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).