Skip to content

Commit

Permalink
smaller stroke on each cilia set
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Nov 1, 2024
1 parent 3ba9509 commit 40c9bf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/shimmers/sketches/cilia_phase.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@
(let [screen (partial screen-space y amp)
spline-pts (base-spline screen fx)
cilia (cilias screen cilia-spline fx spx c-amp theta-x)]
(concat [(csvg/path (csvg/segmented-path spline-pts))]
cilia)))
[(csvg/path (csvg/segmented-path spline-pts))
(csvg/group {:stroke-width 0.75}
cilia)]))
(params))))

(defn scene [{:keys [scene-id]}]
Expand Down

0 comments on commit 40c9bf2

Please sign in to comment.