diff --git a/README.md b/README.md index ff6f8c3..339be7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # lab05-Erosion Let's practice working with cellular operations. +Link to my solution: https://www.shadertoy.com/view/csXGDM + ## 1. Code-In-The-Blanks Imagine a terrain height field, where white is the highest height and black is the lowest height. We'll stick to 2d for ease of visualization. We can generate an interesting organic-looking height field like this with noise: