changeset 36:91090f8a4414

minor change to vision
author Robert McIntyre <rlm@mit.edu>
date Thu, 03 Nov 2011 08:42:39 -0700
parents 5eb5c6f0590b
children eeba17a4bd54
files org/eyes.org
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/eyes.org	Thu Nov 03 08:38:41 2011 -0700
     1.2 +++ b/org/eyes.org	Thu Nov 03 08:42:39 2011 -0700
     1.3 @@ -125,10 +125,11 @@
     1.4        (reset! image i)
     1.5        (.repaint panel))))
     1.6  
     1.7 -(defn test-vision 
     1.8 +(defn test-two-eyes
     1.9    "Tests the vision system by creating two views of the same rotating
    1.10    object from different angles and displaying both of those views in
    1.11 -  JFrames."  []
    1.12 +  JFrames."  
    1.13 +  []
    1.14    (.start
    1.15     (let [candy
    1.16           (box 1 1 1 :physical? false :color ColorRGBA/Blue)]