Skip to content

Commit

Permalink
[webgl] update new thi.ng dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed May 25, 2015
1 parent 781783c commit a0479b3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion geom-webgl/src/animator.org
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
** Complete namespace definition

#+BEGIN_SRC clojure :tangle ../babel/src/thi/ng/geom/webgl/animator.cljs :noweb yes :mkdirp yes :padline no
(ns thi.ng.geom.webgl.animator)
(ns thi.ng.geom.webgl.animator)

<<animator>>
#+END_SRC
4 changes: 2 additions & 2 deletions geom-webgl/src/demo.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
** Templates for namespace setup
#+BEGIN_SRC clojure :noweb-ref require-macros
(:require-macros
[thi.ng.macromath.core :as mm])
[thi.ng.math.macros :as mm])
#+END_SRC

#+BEGIN_SRC clojure :noweb-ref default-requires
Expand All @@ -27,7 +27,7 @@
[thi.ng.geom.core.vector :as v :refer [vec2 vec3]]
[thi.ng.geom.core.matrix :as mat :refer [M44]]
[thi.ng.geom.types]
[thi.ng.common.math.core :as m :refer [PI HALF_PI TWO_PI]]
[thi.ng.math.core :as m :refer [PI HALF_PI TWO_PI]]
#+END_SRC

#+BEGIN_SRC clojure :noweb-ref stats
Expand Down
4 changes: 2 additions & 2 deletions geom-webgl/src/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ target/geom-webgl-<<conf-version()>>.js
:min-lein-version "2.4.0"

:dependencies [<<dep-clj>>
<<dep-cljs>>
[thi.ng/geom-core "<<conf-version()>>"]
[thi.ng/geom-types "<<conf-version()>>"]
[thi.ng/geom-meshops "<<conf-version()>>"]
<<dep-color>>
<<dep-shadergraph>>
<<dep-cljs-log>>]

:profiles {:dev {:dependencies [<<dep-cljs>>
<<dep-criterium>>]
:profiles {:dev {:dependencies [<<dep-criterium>>]
:plugins [<<dep-cljsbuild>>
<<dep-cljs-test>>]
:aliases {"cleantest" ["do" "clean," "cljsbuild" "test"]}}}
Expand Down
2 changes: 1 addition & 1 deletion geom-webgl/src/shaders.org
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ Currently the following options are supported:
[thi.ng.geom.webgl.shaders :as sh]
[thi.ng.geom.webgl.arrays :as arrays]
[thi.ng.glsl.core :as glsl :include-macros true]
[thi.ng.common.math.core :as m]))
[thi.ng.math.core :as m]))

(def shader-spec
{:vs (glsl/minified "
Expand Down
2 changes: 1 addition & 1 deletion geom-webgl/src/utils.org
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
[thi.ng.geom.webgl.arrays :as arrays]
[thi.ng.common.error :as err])
(:require-macros
[thi.ng.macromath.core :as mm]))
[thi.ng.math.macros :as mm]))

<<utils>>
#+END_SRC

0 comments on commit a0479b3

Please sign in to comment.