# HG changeset patch
# User Robert McIntyre
# Date 1329201938 25200
# Node ID 96b746a0b39890def78b600c2d223215ec0ea27f
# Parent e6e0bb3057b2e11a75d5c7c87083e9bb70da476e# Parent 63dafe7365dff77ade8e7bcbc1175b10a6832d37
bringing in dylan's changes
diff -r 63dafe7365df -r 96b746a0b398 assets/Models/test-touch/touch-cube.blend
Binary file assets/Models/test-touch/touch-cube.blend has changed
diff -r 63dafe7365df -r 96b746a0b398 org/hearing.org
--- a/org/hearing.org Mon Feb 13 06:13:07 2012 -0600
+++ b/org/hearing.org Mon Feb 13 23:45:38 2012 -0700
@@ -950,7 +950,6 @@
#+end_src
* Testing Hearing
-
** Advanced Java Example
I wrote a test case in Java that demonstrates the use of the Java
@@ -1083,7 +1082,6 @@
sound it hears beomes fainter. This shows the 3D localization of
sound in this world.
-
#+end_html
*** Creating the Ear Video
@@ -1169,7 +1167,6 @@
#+html:
- [[http://hg.bortreb.com ][source-repository]]
-
* Next
The worm can see and hear, but it can't feel the world or
itself. Next post, I'll give the worm a [[./touch.org][sense of touch]].
diff -r 63dafe7365df -r 96b746a0b398 org/touch.org
--- a/org/touch.org Mon Feb 13 06:13:07 2012 -0600
+++ b/org/touch.org Mon Feb 13 23:45:38 2012 -0700
@@ -122,7 +122,7 @@
#+end_src
It is convienent to treat a =Triangle= as a vector of vectors, and a
-=Vector2f= and =Vector3f= as vectors of floats. (->vector3f) and
+=Vector2f= or =Vector3f= as vectors of floats. (->vector3f) and
(->triangle) undo the operations of =(vector3f-seq)= and
=(triangle-seq)=. If these classes implemented =Iterable= then =(seq)=
would work on them automitacally.
@@ -497,6 +497,7 @@
I'll use a new creature --- a simple cube which has touch sensors
evenly distributed along each of its sides.
+#+name: test-touch-0
#+begin_src clojure
(in-ns 'cortex.test.touch)
@@ -504,10 +505,7 @@
(load-blender-model "Models/test-touch/touch-cube.blend"))
#+end_src
-#+begin_html
-
-#+end_html
-
+** The Touch Cube
#+begin_html