diff org/eyes.org @ 69:39e4e1542e4a

updated test-suite
author Robert McIntyre <rlm@mit.edu>
date Fri, 09 Dec 2011 23:11:28 -0600
parents 6cd5a034d855
children b7a3ba5e879b
line wrap: on
line diff
     1.1 --- a/org/eyes.org	Fri Dec 09 21:33:05 2011 -0600
     1.2 +++ b/org/eyes.org	Fri Dec 09 23:11:28 2011 -0600
     1.3 @@ -126,9 +126,13 @@
     1.4        (.repaint panel))))
     1.5  
     1.6  (defn test-two-eyes
     1.7 -  "Tests the vision system by creating two views of the same rotating
     1.8 -  object from different angles and displaying both of those views in
     1.9 -  JFrames."  
    1.10 +  "Testing vision:
    1.11 +   Tests the vision system by creating two views of the same rotating
    1.12 +   object from different angles and displaying both of those views in
    1.13 +   JFrames.
    1.14 +
    1.15 +   You should see a rotating cube, and two windows,
    1.16 +   each displaying a different view of the cube."
    1.17    []
    1.18    (let [candy
    1.19          (box 1 1 1 :physical? false :color ColorRGBA/Blue)]