Mercurial > cortex
annotate 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 |
rev | line source |
---|---|
rlm@0 | 1 #+title: The BODY!!! |
rlm@0 | 2 #+author: Robert McIntyre |
rlm@0 | 3 #+email: rlm@mit.edu |
rlm@0 | 4 #+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" |
rlm@0 | 5 #+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/> |
rlm@0 | 6 #+BABEL: :exports both :noweb yes :cache no :mkdirp yes |
rlm@0 | 7 #+INCLUDE: ../aurellem/src/templates/level-0.org |
rlm@0 | 8 #+description: Simulating a body (movement, tough, propioception) in jMonkeyEngine3. |
rlm@0 | 9 |
rlm@0 | 10 |
rlm@0 | 11 * Body ! |
rlm@0 | 12 |
rlm@0 | 13 #+srcname: body-main |
rlm@0 | 14 #+begin_src clojure |
rlm@0 | 15 (ns body.body) |
rlm@0 | 16 (use 'cortex.world) |
rlm@0 | 17 (use 'cortex.import) |
rlm@0 | 18 (use 'clojure.contrib.def) |
rlm@0 | 19 (cortex.import/mega-import-jme3) |
rlm@0 | 20 (rlm.rlm-commands/help) |
rlm@0 | 21 |
rlm@0 | 22 |
rlm@0 | 23 |
rlm@0 | 24 #+end_src |
rlm@0 | 25 |
rlm@0 | 26 |
rlm@0 | 27 |
rlm@0 | 28 |
rlm@0 | 29 |
rlm@0 | 30 |
rlm@0 | 31 |
rlm@0 | 32 |
rlm@0 | 33 * COMMENT generate Source. |
rlm@0 | 34 #+begin_src clojure :tangle ../src/body/body.clj |
rlm@0 | 35 <<body-main>> |
rlm@0 | 36 #+end_src |
rlm@0 | 37 |