Skip to content

Commit

Permalink
reduce wave on axis a hair
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Nov 23, 2024
1 parent adcea5d commit 23fb088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/cilia_phase.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

(defn cilia-line-plot [spline cx pt angle len]
(let [offset (g/rotate (gv/vec2 len 0) angle)
axis (g/rotate (gv/vec2 (* 0.075 len) 0) (+ angle (* eq/TAU 0.25)))
axis (g/rotate (gv/vec2 (* 0.066 len) 0) (+ angle (* eq/TAU 0.25)))
a (tm/+ pt offset)
b (tm/- pt offset)
pts (for [x (range 0 1 0.025)]
Expand Down

0 comments on commit 23fb088

Please sign in to comment.