From 562a97d559c2ec541854b8943a7638f7e845c476 Mon Sep 17 00:00:00 2001 From: Misode Date: Sun, 14 Aug 2022 18:09:31 +0200 Subject: [PATCH] Fix #274 y clamped gradient illustration error --- src/guides/noise-router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/noise-router.md b/src/guides/noise-router.md index 2d2ce4dc..483ca886 100644 --- a/src/guides/noise-router.md +++ b/src/guides/noise-router.md @@ -108,7 +108,7 @@ Let's continue with a simple density function that creates a flat world at Y=n`1 ``` The image below illustrates how s`y_clamped_gradient` works. In this example positions at Y=n`-64` will get a density of n`1` and positions at Y=n`320` will get a density of n`-1`. -![illustration of Y coordinates getting mapped the [-1, 1] range](https://user-images.githubusercontent.com/17352009/170406782-f7331402-0149-47e1-871e-6aff0c1ab1be.png) +![illustration of Y coordinates getting mapped the [-1, 1] range](https://user-images.githubusercontent.com/17352009/184545378-5e00870e-35d5-4b9c-9336-269571f6c194.png) And the result looks like this: