annotate org/joint.org @ 343:d6b1c486317d

begin work on self-learning joint.
author Robert McIntyre <rlm@mit.edu>
date Sat, 21 Jul 2012 23:57:15 -0500
parents
children 83afb1fcc999
rev   line source
rlm@343 1
rlm@343 2
rlm@343 3
rlm@343 4
rlm@343 5
rlm@343 6
rlm@343 7
rlm@343 8
rlm@343 9 * Headers
rlm@343 10 #+name: joint-header
rlm@343 11 #+begin_src clojure
rlm@343 12 (ns cortex.joint
rlm@343 13 (:require cortex.import))
rlm@343 14
rlm@343 15 (cortex.import/mega-import-jme3)
rlm@343 16 #+end_src
rlm@343 17
rlm@343 18
rlm@343 19 * COMMENT Generate Source
rlm@343 20
rlm@343 21 #+begin_src clojure :tangle ../src/cortex/joint.clj
rlm@343 22 <<joint-header>>
rlm@343 23 #+end_src