changeset 556:531bcd85d153

very minor spell check and formating.
author Robert McIntyre <rlm@mit.edu>
date Fri, 02 May 2014 14:31:39 -0400
parents c8f7d10b1a2a
children f185be439a5f
files thesis/cortex.org
diffstat 1 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/thesis/cortex.org	Fri May 02 14:27:29 2014 -0400
     1.2 +++ b/thesis/cortex.org	Fri May 02 14:31:39 2014 -0400
     1.3 @@ -1345,7 +1345,7 @@
     1.4     - jMonkeyEngine uses the =AppSettings= for the particular
     1.5       application to determine what sort of =AudioRenderer= should be
     1.6       used.
     1.7 -   - Although some support is provided for multiple AudioRendering
     1.8 +   - Although some support is provided for multiple AudioRenderer
     1.9       backends, jMonkeyEngine at the time of this writing will either
    1.10       pick no =AudioRenderer= at all, or the =LwjglAudioRenderer=.
    1.11     - jMonkeyEngine tries to figure out what sort of system you're
    1.12 @@ -2370,7 +2370,6 @@
    1.13          (vec (map  #(float (* strength (/ % (last pool-integral))))
    1.14                pool-integral))
    1.15          control (.getControl target RigidBodyControl)]
    1.16 -    ;;(println-repl (.getName target) axis)
    1.17      (fn [n]
    1.18        (let [pool-index (max 0 (min n (dec (count pool))))
    1.19              force (forces pool-index)]
    1.20 @@ -3448,7 +3447,7 @@
    1.21     #+caption: cube are irrelevant; only the way it influences the
    1.22     #+caption: worm's body matters. The ``unknown'' label on the fifth
    1.23     #+caption: frame is due to the fact that the worm is not
    1.24 -   #+caption: stationairy. =draped?= will only declare that the worm
    1.25 +   #+caption: stationary. =draped?= will only declare that the worm
    1.26     #+caption: is draped if it has been still for a while.
    1.27     #+name: draped-video
    1.28     #+ATTR_LaTeX: :width 13cm
    1.29 @@ -3566,9 +3565,9 @@
    1.30    accessible, but actually usable, as a way to pay back the community
    1.31    that made the thesis possible in the first place. This thesis would
    1.32    not be possible without Free Software such as jMonkeyEngine3,
    1.33 -  Blender, clojure, emacs, ffmpeg, and many other tools. That is why I
    1.34 -  have included this user guide, in the hope that someone else might
    1.35 -  find =CORTEX= useful.
    1.36 +  Blender, clojure, =emacs=, =ffmpeg=, and many other tools. That is
    1.37 +  why I have included this user guide, in the hope that someone else
    1.38 +  might find =CORTEX= useful.
    1.39  
    1.40  ** Obtaining =CORTEX= 
    1.41  
    1.42 @@ -3920,7 +3919,3 @@
    1.43  
    1.44     - =(display-dilated-time world timer)= :: Shows the time as it is
    1.45          flowing in the simulation on a HUD display.
    1.46 -
    1.47 -
    1.48 -
    1.49 -TODO -- add a paper about detecting biological motion from only a few dots.