Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy authored Oct 23, 2023
1 parent 47ce386 commit b58bbb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions art/roots-kai/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit b58bbb5

@vercel
Copy link

@vercel vercel bot commented on b58bbb5 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blot – ./astro

blot-git-main.hackclub.dev
blot.hackclub.dev

Please sign in to comment.