# HG changeset patch # User Robert McIntyre # Date 1399055499 14400 # Node ID 531bcd85d153a2d1749277d8c50f341962c3606b # Parent c8f7d10b1a2a4d9075467ca544215dd34c6564b2 very minor spell check and formating. diff -r c8f7d10b1a2a -r 531bcd85d153 thesis/cortex.org --- a/thesis/cortex.org Fri May 02 14:27:29 2014 -0400 +++ b/thesis/cortex.org Fri May 02 14:31:39 2014 -0400 @@ -1345,7 +1345,7 @@ - jMonkeyEngine uses the =AppSettings= for the particular application to determine what sort of =AudioRenderer= should be used. - - Although some support is provided for multiple AudioRendering + - Although some support is provided for multiple AudioRenderer backends, jMonkeyEngine at the time of this writing will either pick no =AudioRenderer= at all, or the =LwjglAudioRenderer=. - jMonkeyEngine tries to figure out what sort of system you're @@ -2370,7 +2370,6 @@ (vec (map #(float (* strength (/ % (last pool-integral)))) pool-integral)) control (.getControl target RigidBodyControl)] - ;;(println-repl (.getName target) axis) (fn [n] (let [pool-index (max 0 (min n (dec (count pool)))) force (forces pool-index)] @@ -3448,7 +3447,7 @@ #+caption: cube are irrelevant; only the way it influences the #+caption: worm's body matters. The ``unknown'' label on the fifth #+caption: frame is due to the fact that the worm is not - #+caption: stationairy. =draped?= will only declare that the worm + #+caption: stationary. =draped?= will only declare that the worm #+caption: is draped if it has been still for a while. #+name: draped-video #+ATTR_LaTeX: :width 13cm @@ -3566,9 +3565,9 @@ accessible, but actually usable, as a way to pay back the community that made the thesis possible in the first place. This thesis would not be possible without Free Software such as jMonkeyEngine3, - Blender, clojure, emacs, ffmpeg, and many other tools. That is why I - have included this user guide, in the hope that someone else might - find =CORTEX= useful. + Blender, clojure, =emacs=, =ffmpeg=, and many other tools. That is + why I have included this user guide, in the hope that someone else + might find =CORTEX= useful. ** Obtaining =CORTEX= @@ -3920,7 +3919,3 @@ - =(display-dilated-time world timer)= :: Shows the time as it is flowing in the simulation on a HUD display. - - - -TODO -- add a paper about detecting biological motion from only a few dots.