Skip to content

Licheng Cao Mengxuan Huang lab2 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# lab06-debugging
# Result
* group members: Licheng Cao, Mengxuan Huang
* [ShaderToyLink](https://www.shadertoy.com/view/Dd3czj)
* Bugs:
* compile error uv2, which is shown by the compiler.
* use uv(0,1) but not uv2(-1,1), the sphere is in the LL instead of the center of the screen.
* resolution error, the sphere is in round shape.
* wrong reflection direction, the sphere doesn't reflect floor
* too low iteration time, there is void around the boundary of the sphere.

# Setup

Expand All @@ -17,3 +26,4 @@ Extra credit if you can find all FIVE bugs.
- In the README, create a link to your shader toy solution with the bugs corrected
- In the README, describe each bug you found and include a sentence about HOW you found it.
- Make sure all three of your shadertoys are set to UNLISTED or PUBLIC (so we can see them!)