Skip to content

Commit

Permalink
Use newer fun.imagej
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Jun 8, 2019
1 parent d9a70a6 commit e3c87af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

;; Images and Physics packages
[org.joml/joml "1.9.12"]
[fun.imagej/fun.imagej "b0975a0"]
[fun.imagej/fun.imagej "dff7759"]
[com.github.tzaeschke/ode4j "a08c3c8b55" :exclusions [com.github.tzaeschke.ode4j/demo]]

;; Plotting
Expand Down
4 changes: 2 additions & 2 deletions src/main/clojure/us/brevis/example/swarm.clj
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
(utils/add-object (random-bird)))
(Thread/sleep 100)
(.setVisible (.getFloor ^SciView (fun.imagej.sciview/get-sciview)) false)
(.surroundLighting (fun.imagej.sciview/get-sciview))
(.centerOnScene(fun.imagej.sciview/get-sciview)))
#_(.surroundLighting (fun.imagej.sciview/get-sciview))
#_(.centerOnScene(fun.imagej.sciview/get-sciview)))

;; Start zee macheen
(defn -main [& args]
Expand Down

0 comments on commit e3c87af

Please sign in to comment.