diff org/movement.org @ 276:54ec231dec4c

I changed Capture Video, then merged with Robert.
author Dylan Holmes <ocsenave@gmail.com>
date Wed, 15 Feb 2012 01:16:54 -0600
parents c39b8b29a79e
children bded932ef696
line wrap: on
line diff
     1.1 --- a/org/movement.org	Wed Feb 15 01:15:15 2012 -0600
     1.2 +++ b/org/movement.org	Wed Feb 15 01:16:54 2012 -0600
     1.3 @@ -95,7 +95,7 @@
     1.4             (.getRGB profile x 0))))))))
     1.5  #+end_src
     1.6  
     1.7 -Of note here is =(motor-pool)= which interprets the muscle-profile
     1.8 +Of note here is =motor-pool= which interprets the muscle-profile
     1.9  image in a way that allows me to use gradients between white and red,
    1.10  instead of shades of gray as I've been using for all the other
    1.11  senses. This is purely an aesthetic touch.
    1.12 @@ -137,10 +137,10 @@
    1.13        (movement-kernel creature muscle)))
    1.14  #+end_src
    1.15  
    1.16 -=(movement-kernel)= creates a function that will move the nearest
    1.17 +=movement-kernel= creates a function that will move the nearest
    1.18  physical object to the muscle node. The muscle exerts a rotational
    1.19  force dependant on it's orientation to the object in the blender
    1.20 -file. The function returned by =(movement-kernel)= is also a sense
    1.21 +file. The function returned by =movement-kernel= is also a sense
    1.22  function: it returns the percent of the total muscle strength that is
    1.23  currently being employed. This is analogous to muscle tension in
    1.24  humans and completes the sense of proprioception begun in the last