Skip to content

Commit

Permalink
more granularity with speed
Browse files Browse the repository at this point in the history
  • Loading branch information
hspencer committed Jun 22, 2022
1 parent 4821373 commit 9d70462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added 021-dft-xy/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion 022-dft-circle/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function setup() {

createCanvas(windowWidth, windowHeight - 30);
//g = createGraphics(width, height);
speedSlider = createSlider(0, 2, 1, 0.01);
speedSlider = createSlider(0.8, 1.2, 1, 0.001);
addEpicyclesBtn = createButton(" / ");
addEpicyclesBtn.mouseReleased(addEpi);
remEpicyclesBtn = createButton(" % ");
Expand Down

0 comments on commit 9d70462

Please sign in to comment.