Mercurial > cortex
diff org/eyes.org @ 66:1381a6ebd08b
updated org files to work with latest org changes
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 07 Dec 2011 12:16:48 -0600 |
parents | 25142dad240a |
children | 6cd5a034d855 |
line wrap: on
line diff
1.1 --- a/org/eyes.org Wed Dec 07 10:29:35 2011 -0600 1.2 +++ b/org/eyes.org Wed Dec 07 12:16:48 2011 -0600 1.3 @@ -11,7 +11,7 @@ 1.4 1.5 I want to make creatures with eyes. Each eye can be independely moved 1.6 and should see its own version of the world depending on where it is. 1.7 -#+srcname: eyes 1.8 +#+name: eyes 1.9 #+begin_src clojure 1.10 (ns cortex.vision 1.11 "Simulate the sense of vision in jMonkeyEngine3. Enables multiple 1.12 @@ -85,7 +85,7 @@ 1.13 1.14 * Example 1.15 1.16 -#+srcname: test-vision 1.17 +#+name: test-vision 1.18 #+begin_src clojure 1.19 (ns test.vision 1.20 (:use (cortex world util vision))