view org/body.org @ 24:e965675ec4d0

moving things around
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2011 01:19:15 -0700
parents 50c92af2018e
children f3e33fd5f97d
line wrap: on
line source
1 #+title: The BODY!!!
2 #+author: Robert McIntyre
3 #+email: rlm@mit.edu
4 #+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3.
5 #+SETUPFILE: ../../aurellem/org/setup.org
6 #+INCLUDE: ../../aurellem/org/level-0.org
11 * Body !
13 #+srcname: body-main
14 #+begin_src clojure
15 (ns body.body)
16 (use 'cortex.world)
17 (use 'cortex.import)
18 (use 'clojure.contrib.def)
19 (cortex.import/mega-import-jme3)
20 (rlm.rlm-commands/help)
24 #+end_src
33 * COMMENT generate Source.
34 #+begin_src clojure :tangle ../src/body/body.clj
35 <<body-main>>
36 #+end_src