Skip to content

Commit

Permalink
reduce the sampling resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Nov 21, 2024
1 parent 4eed980 commit 20f375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/envelope_collapse.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
offset (* 0.15 (tm/clamp (math/tan (* eq/TAU tan-term)) -100 100))]
(doseq [v (range -2 3 1)]
(plot (graph (+ t (* v offset)))
400))))
300))))

(defn page []
[:div
Expand Down

0 comments on commit 20f375b

Please sign in to comment.