Skip to content

Commit

Permalink
tweak the radial mode even though it's disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Feb 7, 2024
1 parent 2497121 commit e07fc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/display_tree.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
(mod (+ (eq/unit-sin (+ (* 0.01 x)
(* t tm/PHI)
(* 2 (eq/cube (Math/sin (+ i (* 0.01 y) (/ t tm/PHI)))))))
;; (eq/unit-sin (+ r (* 2 t)))
;; (eq/unit-sin (+ (* tm/PHI r) t))
(eq/unit-sin (- theta (* 1.2 t))))
1.0)))

Expand Down

0 comments on commit e07fc6a

Please sign in to comment.