Skip to content

Commit

Permalink
⛱️
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Dec 28, 2022
1 parent 5d88002 commit 4eef91d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mandelbrot/bundle.js

Large diffs are not rendered by default.

Binary file modified sketches/static/mandelbrot-thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/src/mandelbrot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function run (regl) {

var state = {
iterations: 20,
polar: true
//polar: true
};

const domainColoring = createDomainColoring({
Expand All @@ -37,7 +37,7 @@ function run (regl) {
document.body.appendChild(createControls(null, controlRoot));
require('control-panel')([
{label: 'iterations', type: 'range', min: 1, max: maxIters, step: 1, initial: state.iterations},
{label: 'polar', type: 'checkbox', initial: state.polar},
//{label: 'polar', type: 'checkbox', initial: state.polar},
], {
width: 350,
root: controlRoot,
Expand Down
Binary file modified src/src/mandelbrot/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4eef91d

Please sign in to comment.