comparison org/body.org @ 45:f080f1e49fba

fixed imports, moved fox
author Robert McIntyre <rlm@mit.edu>
date Tue, 08 Nov 2011 02:11:01 -0700
parents f3e33fd5f97d
children 286a00500ee5
comparison
equal deleted inserted replaced
44:f3e33fd5f97d 45:f080f1e49fba
3 #+email: rlm@mit.edu 3 #+email: rlm@mit.edu
4 #+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3. 4 #+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3.
5 #+SETUPFILE: ../../aurellem/org/setup.org 5 #+SETUPFILE: ../../aurellem/org/setup.org
6 #+INCLUDE: ../../aurellem/org/level-0.org 6 #+INCLUDE: ../../aurellem/org/level-0.org
7 7
8 * Body ! 8 * Body
9 9
10 #+srcname: body-main 10 #+srcname: body-main
11 #+begin_src clojure 11 #+begin_src clojure
12 (ns cortex.body 12 (ns cortex.body
13 (use (cortex world util import))) 13 (use (cortex world util import)))