Skip to content
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Submission

Shadertoy link: https://www.shadertoy.com/view/dsB3Rt

All the bugs are marked with a comment starting with the word `FIX`.

There was a bug in the Common section as well, in `interpNoise3D1()`. Using `vec3` for `floor(p)` led to float precision errors and visual artifacts in the sky, so I replaced it with `ivec3` to solve the issue.

# lab06-debugging

# Setup
Expand Down