diff org/body.org @ 0:92f8d83b5d0b

initial import: I've made hearing and vision, and am working on touch.
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 05:12:19 -0700
parents
children 50c92af2018e
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/body.org	Sun Oct 16 05:12:19 2011 -0700
     1.3 @@ -0,0 +1,37 @@
     1.4 +#+title: The BODY!!!
     1.5 +#+author: Robert McIntyre
     1.6 +#+email: rlm@mit.edu
     1.7 +#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js"
     1.8 +#+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/>
     1.9 +#+BABEL: :exports both :noweb yes :cache no :mkdirp yes
    1.10 +#+INCLUDE: ../aurellem/src/templates/level-0.org
    1.11 +#+description: Simulating a body (movement, tough, propioception) in jMonkeyEngine3.
    1.12 +
    1.13 +
    1.14 +* Body ! 
    1.15 +
    1.16 +#+srcname: body-main
    1.17 +#+begin_src clojure 
    1.18 +(ns body.body)
    1.19 +(use 'cortex.world)
    1.20 +(use 'cortex.import)
    1.21 +(use 'clojure.contrib.def)
    1.22 +(cortex.import/mega-import-jme3)
    1.23 +(rlm.rlm-commands/help)
    1.24 +
    1.25 +
    1.26 +
    1.27 +#+end_src
    1.28 +
    1.29 +
    1.30 +
    1.31 +
    1.32 +
    1.33 +
    1.34 +
    1.35 +
    1.36 +* COMMENT generate Source.
    1.37 +#+begin_src clojure :tangle ../src/body/body.clj
    1.38 +<<body-main>>
    1.39 +#+end_src
    1.40 +