# HG changeset patch # User Robert McIntyre # Date 1328791007 25200 # Node ID 97b8caf66824584bb5f9586cec9fc05a901b2389 # Parent 384ed3437948454b4d063afd0ce4be70ffc1cdac added continuation links diff -r 384ed3437948 -r 97b8caf66824 org/body.org --- a/org/body.org Thu Feb 09 05:14:58 2012 -0700 +++ b/org/body.org Thu Feb 09 05:36:47 2012 -0700 @@ -558,7 +558,6 @@ * Source - - [[../src/cortex/body.clj][cortex.body]] - [[../src/cortex/test/body.clj][cortex.test.body]] - [[../assets/Models/test-creature/hand.blend][hand.blend]] @@ -566,7 +565,11 @@ - [[../assets/Models/test-creature/worm.blend][worm.blend]] - [[../assets/Models/test-creature/retina-small.png][UV-map-1]] - [[../assets/Models/test-creature/tip.png][UV-map-2]] -#+html: +#+html: + +* Next +The body I have made here exists without any senses or effectors. In +the [[./vision.org][next post]], I'll give the creature eyes. * COMMENT Generate Source #+begin_src clojure :tangle ../src/cortex/body.clj diff -r 384ed3437948 -r 97b8caf66824 org/sense.org --- a/org/sense.org Thu Feb 09 05:14:58 2012 -0700 +++ b/org/sense.org Thu Feb 09 05:36:47 2012 -0700 @@ -418,13 +418,6 @@ #+name: test #+begin_src clojure -(ns cortex.test.sense - (:use (cortex world util sense vision)) - (:import - java.io.File - (com.jme3.math Vector3f ColorRGBA) - (com.aurellem.capture RatchetTimer Capture))) - (defn test-bind-sense "Show a camera that stays in the same relative position to a blue cube." @@ -507,9 +500,8 @@ ffmpeg -r 60 -b 9000k -i bind-sense/%07d.png bind-sense.ogg #+end_src -* Bookkeeping -Here is the header for this namespace, included for completness. -#+name: header +* Headers +#+name: sense-header #+begin_src clojure (ns cortex.sense "Here are functions useful in the construction of two or more @@ -529,13 +521,31 @@ (:import (javax.swing JPanel JFrame SwingUtilities))) #+end_src +#+name: test-header +#+begin_src clojure +(ns cortex.test.sense + (:use (cortex world util sense vision)) + (:import + java.io.File + (com.jme3.math Vector3f ColorRGBA) + (com.aurellem.capture RatchetTimer Capture))) +#+end_src + * Source Listing - Full source: [[../src/cortex/sense.clj][sense.clj]] + - [[../src/cortex/sense.clj][cortex.sense]] + - [[../src/cortex/test/sense.clj][cortex.test.sense]] + - [[../assets/Models/subtitles/subtitles.blend][subtitles.blend]] + - [[../assets/Models/subtitles/Lake_CraterLake03_sm.hdr][subtitles reflection map]] +#+html: + +* Next +Now that some of the preliminaries are out of the way, in the [[./body.org][next +post]] I'll create a simulated body. * COMMENT generate source #+begin_src clojure :tangle ../src/cortex/sense.clj -<
> +<> <> <> <> @@ -546,5 +556,6 @@ #+end_src #+begin_src clojure :tangle ../src/cortex/test/sense.clj +<> <> #+end_src