Skip to content

Commit

Permalink
Update aizawa.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jun 5, 2024
1 parent 05ab3bf commit 552f98b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions velfields/chaotic-aur/aizawa.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ function setup() {

attractor = new AizawaAttractor();
// create gui (dat.gui)
/*let gui = new dat.GUI();
/*
let gui = new dat.GUI();
gui.add(parDef, 'Attractor');
gui.add(parDef, 'Speed', 0, 5, 0.01).listen();
gui.add(parDef, 'Particles' );
gui.add(parDef, 'Randomize' );
gui.add(parDef, 'Preset' );
gui.add(this, 'backAttractors').name("Go Back");
*/

pixelDensity(2); // This is to display correctly for Retina displays
Expand Down Expand Up @@ -319,10 +319,4 @@ class AizawaAttractor {

}

}

/*
function backAttractors () {
window.location.href = "https://jcponce.github.io/strange-attractors/#aizawa";
}
*/
}

0 comments on commit 552f98b

Please sign in to comment.