Skip to content

Commit

Permalink
modulate the modulation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Apr 21, 2024
1 parent d659764 commit 1b48509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/twelve_clocks.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(let [r (/ radius (+ 6 (* 2 (math/sin (+ angle (* 0.25 time))))))
a (v/+polar (cq/rel-vec 0.5 0.5)
radius
(+ angle (* 0.1 (eq/unit-sin (+ (* 0.25 step) (* 0.075 time))))))
(+ angle (* 0.1 (eq/unit-sin (+ (* (* 0.35 (math/sin (* 0.5 time))) step) (* 0.075 time))))))
b (v/+polar a r
(+ angle (* (math/sqrt tm/PHI) time)
(* 0.1 step)
Expand Down

0 comments on commit 1b48509

Please sign in to comment.