Skip to content

Commit

Permalink
add some radial perturbations
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Apr 9, 2024
1 parent fa48e01 commit f6f754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/sunflower.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(+ (* 0.05 t) (* i k-theta))])
(range points))]
(cq/circle (v/+polar center (* r radius) theta)
2.0))))
(+ 2.5 (* 1.5 (math/sin (+ t theta))))))))

(defn page []
[:div
Expand Down

0 comments on commit f6f754d

Please sign in to comment.