From b58bbb5baeeddc24e7e8304bb23b4d8c29e0996b Mon Sep 17 00:00:00 2001 From: leomcelroy Date: Mon, 23 Oct 2023 11:51:53 -0400 Subject: [PATCH] Update index.js --- art/roots-kai/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/art/roots-kai/index.js b/art/roots-kai/index.js index 3d208a7ca..7e937af83 100644 --- a/art/roots-kai/index.js +++ b/art/roots-kai/index.js @@ -103,8 +103,6 @@ function thicken(turtle, startingTime) { // Add noise ring.iteratePath((ringPoint, ringT) => { - const normal = ring.getNormal(ringT) - // Smoothstep so more noisy in middle, less at edges const s = 0.9 * smoothstep(-0.1, 0.4, 0.5 - Math.abs(ringT - 0.5)) * thickness // Scale with thickness, as there's more/less room