Mercurial > cortex
diff org/skin.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 | 63951929fe44 |
children | 6cd5a034d855 |
line wrap: on
line diff
1.1 --- a/org/skin.org Wed Dec 07 10:29:35 2011 -0600 1.2 +++ b/org/skin.org Wed Dec 07 12:16:48 2011 -0600 1.3 @@ -17,7 +17,7 @@ 1.4 complicated regions like the hands/face, etc. get more touch receptors 1.5 than simpler areas of the body. 1.6 1.7 -#+srcname: skin-main 1.8 +#+name: skin-main 1.9 #+begin_src clojure 1.10 (ns cortex.touch 1.11 "Simulate the sense of touch in jMonkeyEngine3. Enables any Geometry 1.12 @@ -105,7 +105,7 @@ 1.13 1.14 * Example 1.15 1.16 -#+srcname: touch-test 1.17 +#+name: touch-test 1.18 #+begin_src clojure 1.19 (ns test.touch 1.20 (:use (cortex world util touch))