Skip to content

Commit

Permalink
🐞
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Reusser committed Jul 17, 2020
1 parent 9b8d56c commit 157ed9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sketches/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/default-idyll-components/fancyheader.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function Sim4 (regl) {
vec3(1),
0.8 * mix(
0.0,
pow(0.5 + 0.5 * sin(8.0 * (1.0 / r + 2.5 * t)), 2.0),
pow(0.5 + 0.5 * sin(8.0 * (1.0 / (1e-5 + r) + 2.5 * t)), 2.0),
smoothstep(0.2, 1.0, r)
)
), 1);
Expand Down

0 comments on commit 157ed9e

Please sign in to comment.