Skip to content
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

lab2 Yi Liu #29

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
fix typo in readme
  • Loading branch information
yiliu1237 committed Sep 18, 2024
commit be5f0414e1fef3017387d7d2b622ce48bf4c1119
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://www.shadertoy.com/view/M3fcD2
- Fix: Change the type of uv2 to vec2.
- How It Was Found: The Shadertoy editor highlighted this as a syntax error upon running the shader.

## Bug2 Incorrect Input to raycast Function
## Bug2: Incorrect Input to raycast Function
- Issue: The uv variable was incorrectly used when calling the raycast function.
- Fix: Use uv2 instead of uv when calling raycast to ensure proper coordinates are passed.
- How It Was Found: The rendered output was distorted, leading to inspection of how coordinates were handled.
Expand Down