Mercurial > cortex
diff org/body.org @ 207:bb3b75bf1664
fixed source links
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 09 Feb 2012 04:28:31 -0700 |
parents | df46a609fed9 |
children | e49c690d2bcf |
line wrap: on
line diff
1.1 --- a/org/body.org Thu Feb 09 04:21:12 2012 -0700 1.2 +++ b/org/body.org Thu Feb 09 04:28:31 2012 -0700 1.3 @@ -5,7 +5,6 @@ 1.4 #+SETUPFILE: ../../aurellem/org/setup.org 1.5 #+INCLUDE: ../../aurellem/org/level-0.org 1.6 1.7 - 1.8 * Design Constraints 1.9 1.10 I use [[www.blender.org/][blender]] to design bodies. The design of the bodies is 1.11 @@ -185,7 +184,6 @@ 1.12 1.13 Now that's some progress. 1.14 1.15 - 1.16 * Joints 1.17 1.18 Obviously, an AI is not going to be doing much just lying in pieces on 1.19 @@ -528,7 +526,7 @@ 1.20 1.21 * Bookkeeping 1.22 1.23 -Header; here for completeness. 1.24 +Headers; here for completeness. 1.25 1.26 #+name: body-header 1.27 #+begin_src clojure 1.28 @@ -562,12 +560,12 @@ 1.29 #+end_src 1.30 1.31 * Source 1.32 - 1.33 -Dylan -- I'll fill these in later 1.34 -- cortex.body 1.35 -- cortex.test.body 1.36 -- blender files 1.37 - 1.38 +- [[../src/cortex/body.clj][cortex.body]] 1.39 +- [[../src/cortex/test/body.clj][cortex.test.body]] 1.40 +- [[../assets/Models/test-creature/hand.blend][hand.blend]] 1.41 +- [[../assets/Models/test-creature/worm.blend][worm.blend]] 1.42 + - [[../assets/Models/test-creature/retina-small.png][UV-map-1]] 1.43 + - [[../assets/Models/test-creature/tip.png][UV-map-2]] 1.44 1.45 * COMMENT Generate Source 1.46 #+begin_src clojure :tangle ../src/cortex/body.clj