rlm@346: rlm@346: rlm@346: * A self learning joint rlm@343: rlm@343: rlm@343: rlm@343: rlm@343: rlm@343: rlm@343: rlm@343: rlm@343: * Headers rlm@343: #+name: joint-header rlm@343: #+begin_src clojure rlm@343: (ns cortex.joint rlm@343: (:require cortex.import)) rlm@343: rlm@343: (cortex.import/mega-import-jme3) rlm@346: (rlm.rlm-commands/help) rlm@343: #+end_src rlm@343: rlm@343: rlm@343: * COMMENT Generate Source rlm@343: rlm@343: #+begin_src clojure :tangle ../src/cortex/joint.clj rlm@343: <> rlm@343: #+end_src rlm@346: