changeset 277:bded932ef696

removed blender cruft in worm-with-muscles.png
author Robert McIntyre <rlm@mit.edu>
date Wed, 15 Feb 2012 07:12:03 -0700
parents dbecd276b51a
children 4c07724c4f0a
files assets/Models/heart/heart.blend images/worm-with-muscle.png org/movement.org
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file assets/Models/heart/heart.blend has changed
     2.1 Binary file images/worm-with-muscle.png has changed
     3.1 --- a/org/movement.org	Wed Feb 15 06:58:26 2012 -0700
     3.2 +++ b/org/movement.org	Wed Feb 15 07:12:03 2012 -0700
     3.3 @@ -175,6 +175,14 @@
     3.4  
     3.5  * Adding Touch to the Worm
     3.6  
     3.7 +To the worm, I add a two new nodes which describe a single muscle. 
     3.8 +
     3.9 +#+attr_html: width=755
    3.10 +#+caption: The node highlighted in orange is the parent node of all muscles in the worm.  The arrow highlighted in yellow represents the creature's single muscle, which moves the top segment.  The other nodes which are not highlighted are joints, eyes, and ears.
    3.11 +[[../images/worm-with-muscle.png]]
    3.12 +
    3.13 +
    3.14 +
    3.15  #+begin_src clojure
    3.16  (defn test-movement
    3.17    ([] (test-movement false))