rlm@0: #+title: The BODY!!!
rlm@0: #+author: Robert McIntyre
rlm@0: #+email: rlm@mit.edu
rlm@0: #+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js"
rlm@0: #+STYLE:
rlm@0: #+BABEL: :exports both :noweb yes :cache no :mkdirp yes
rlm@0: #+INCLUDE: ../aurellem/src/templates/level-0.org
rlm@0: #+description: Simulating a body (movement, tough, propioception) in jMonkeyEngine3.
rlm@0:
rlm@0:
rlm@0: * Body !
rlm@0:
rlm@0: #+srcname: body-main
rlm@0: #+begin_src clojure
rlm@0: (ns body.body)
rlm@0: (use 'cortex.world)
rlm@0: (use 'cortex.import)
rlm@0: (use 'clojure.contrib.def)
rlm@0: (cortex.import/mega-import-jme3)
rlm@0: (rlm.rlm-commands/help)
rlm@0:
rlm@0:
rlm@0:
rlm@0: #+end_src
rlm@0:
rlm@0:
rlm@0:
rlm@0:
rlm@0:
rlm@0:
rlm@0:
rlm@0:
rlm@0: * COMMENT generate Source.
rlm@0: #+begin_src clojure :tangle ../src/body/body.clj
rlm@0: <>
rlm@0: #+end_src
rlm@0: